aboutsummaryrefslogtreecommitdiff
path: root/lib/git/git.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git/git.go')
-rw-r--r--lib/git/git.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/git/git.go b/lib/git/git.go
index 7dd86d15..5dbd89c3 100644
--- a/lib/git/git.go
+++ b/lib/git/git.go
@@ -22,7 +22,6 @@ const (
_defBranch = "master"
)
-//nolint:gochecknoglobals
var (
_stdout = os.Stdout
_stderr = os.Stderr