mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +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 {
|
||||
args []string
|
||||
endpoint string
|
||||
server string
|
||||
injson bool
|
||||
verbose bool
|
||||
ver bool
|
||||
endpoint, server string
|
||||
injson, verbose, ver bool
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue