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 {
args []string
endpoint string
server string
injson bool
verbose bool
ver bool
endpoint, server string
injson, verbose, ver bool
}
func main() {