diff --git a/cmd/root.go b/cmd/root.go index a6a445fd..af82fdd3 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -38,6 +38,7 @@ export VULTR_API_KEY='' ` ) +// ctxAuthKey is the context key for the authorized token check type ctxAuthKey struct{} var cfgFile string