Skip to content

Commit 3634f0e

Browse files
committed
Reorder variables
1 parent 1b66816 commit 3634f0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/root.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import "github.com/spf13/cobra"
55

66
var (
77
Address string
8-
Port int
9-
ResponseCode int
108
BuildInfo map[string]string
119
Details bool
1210
LogFile string
11+
Port int
12+
ResponseCode int
1313
)
1414

1515
var rootCmd = &cobra.Command{

0 commit comments

Comments
 (0)