From 7c5e5f099d80227a0e105cec2d3e85378e0801f9 Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Tue, 24 Oct 2023 17:20:45 -0400 Subject: [PATCH] Add comment to ctxAuthKey type --- cmd/root.go | 1 + 1 file changed, 1 insertion(+) 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