diff options
| author | Shulhan <ms@kilabit.info> | 2018-11-30 12:03:50 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-11-30 12:03:50 +0700 |
| commit | 3d9c2dd6541c076ae6bc09ab1db227521864b0d3 (patch) | |
| tree | 45de62474bccc567f0f559cc3735d0c3797e79b0 /lib/git/git_test.go | |
| parent | b73bf53f451bb71d59c6e502f92f5492659b2d00 (diff) | |
| download | pakakeh.go-3d9c2dd6541c076ae6bc09ab1db227521864b0d3.tar.xz | |
all: minimize and suppress linter warnings for global variables
Diffstat (limited to 'lib/git/git_test.go')
| -rw-r--r-- | lib/git/git_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/git_test.go b/lib/git/git_test.go index 06988d77..78016ee0 100644 --- a/lib/git/git_test.go +++ b/lib/git/git_test.go @@ -15,7 +15,7 @@ import ( const _testRepoDir = "testdata/beku_test" -var ( +var ( // nolint: gochecknoglobals _testRemoteURL string ) |
