We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2942748 commit 58ce3c1Copy full SHA for 58ce3c1
cli/globals/globals.go
@@ -26,8 +26,6 @@ import (
26
)
27
28
var (
29
- // Debug determines whether to dump debug output to stderr or not
30
- Debug bool
31
// VersionInfo contains all info injected during build
32
VersionInfo = version.NewInfo(filepath.Base(os.Args[0]))
33
// DefaultIndexURL is the default index url
0 commit comments