aboutsummaryrefslogtreecommitdiff
path: root/lib/debug
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug')
-rw-r--r--lib/debug/debug.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/debug/debug.go b/lib/debug/debug.go
index 5c88c4d2..00105ed2 100644
--- a/lib/debug/debug.go
+++ b/lib/debug/debug.go
@@ -27,7 +27,6 @@ func loadEnvironment() {
//
// init initialize debug from system environment.
-//
-func init() {
+func init() { // nolint
once.Do(loadEnvironment)
}