Skip to content

Commit 7f4bb27

Browse files
committed
Added Comment for UnamskAPIKey
1 parent 332b16d commit 7f4bb27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

debug/debug.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ import (
1616

1717
var (
1818
// Verbose determines if debugging output is displayed to the user
19-
Verbose bool
20-
output io.Writer = os.Stderr
19+
Verbose bool
20+
output io.Writer = os.Stderr
21+
// UnmaskAPIKey determines if the API key should de displayed during a dump
2122
UnmaskAPIKey bool
2223
)
2324

0 commit comments

Comments
 (0)