mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
Move struct fields into lines
This commit is contained in:
parent
dc79a71d91
commit
ce595ed9ae
1 changed files with 2 additions and 5 deletions
|
@ -26,11 +26,8 @@ type admin_info map[string]interface{}
|
||||||
|
|
||||||
type CmdLineEnv struct {
|
type CmdLineEnv struct {
|
||||||
args []string
|
args []string
|
||||||
endpoint string
|
endpoint, server string
|
||||||
server string
|
injson, verbose, ver bool
|
||||||
injson bool
|
|
||||||
verbose bool
|
|
||||||
ver bool
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue