aboutsummaryrefslogtreecommitdiff
path: root/lib/debug/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug/debug.go')
-rw-r--r--lib/debug/debug.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/debug/debug.go b/lib/debug/debug.go
index 814e41a6..8b2f335e 100644
--- a/lib/debug/debug.go
+++ b/lib/debug/debug.go
@@ -11,7 +11,6 @@ import (
"strconv"
)
-//nolint:gochecknoglobals
var (
// Value contains DEBUG value from environment.
Value = 0
@@ -20,7 +19,6 @@ var (
//
// init initialize debug from system environment.
//
-//nolint:gochecknoinits
func init() {
v := os.Getenv("DEBUG")
if len(v) > 0 {