Move struct fields into lines

This commit is contained in:
Alex Kotov 2021-07-23 16:04:42 +05:00
parent dc79a71d91
commit ce595ed9ae

View file

@ -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() {