diff options
-rw-r--r-- | cmd/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/main.go b/cmd/main.go index 299c0ba7e..d9dfc6b2f 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -37,6 +37,7 @@ import ( "github.com/spf13/pflag" "go.uber.org/automaxprocs/maxprocs" "go.uber.org/zap" + // For running in minimal environments, this can ease // headaches related to establishing TLS connections. // "Package fallback embeds a set of fallback X.509 trusted |