diff options
Diffstat (limited to 'lib/git')
| -rw-r--r-- | lib/git/git.go | 1 | ||||
| -rw-r--r-- | lib/git/git_test.go | 1 |
2 files changed, 0 insertions, 2 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 diff --git a/lib/git/git_test.go b/lib/git/git_test.go index 2fda66df..928fdb0d 100644 --- a/lib/git/git_test.go +++ b/lib/git/git_test.go @@ -13,7 +13,6 @@ import ( "github.com/shuLhan/share/lib/test/mock" ) -//nolint:gochecknoglobals var ( _testRepoDir string _testRemoteURL string |
