diff --git a/cmd/server.go b/cmd/server.go index 62e81a5..6322d55 100644 --- a/cmd/server.go +++ b/cmd/server.go @@ -19,9 +19,9 @@ var ServerCmd = &cobra.Command{ } var ( - // declared in client // port string + addr string )