From ce595ed9ae4332a712cb8cd391bea6391ebed27b Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 23 Jul 2021 16:04:42 +0500 Subject: [PATCH] Move struct fields into lines --- cmd/yggdrasilctl/main.go | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/cmd/yggdrasilctl/main.go b/cmd/yggdrasilctl/main.go index 32d44015..e117e093 100644 --- a/cmd/yggdrasilctl/main.go +++ b/cmd/yggdrasilctl/main.go @@ -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() {