diff --git a/cmd/commands/root.go b/cmd/commands/root.go index b99fdb3..693fd68 100644 --- a/cmd/commands/root.go +++ b/cmd/commands/root.go @@ -8,9 +8,7 @@ import ( "github.com/spf13/cobra" ) -var ( - apiKey string -) +var apiKey string // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{