From 34bc9cc697a26b843c53c8c35b28f0a7b3f97d4c Mon Sep 17 00:00:00 2001 From: Will Roberts Date: Tue, 23 Mar 2021 23:37:11 -0400 Subject: [PATCH] Satisfies golangci-lint --- d2common/d2datautils/bitmuncher_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d2common/d2datautils/bitmuncher_test.go b/d2common/d2datautils/bitmuncher_test.go index f850da23..77d68784 100644 --- a/d2common/d2datautils/bitmuncher_test.go +++ b/d2common/d2datautils/bitmuncher_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/assert" ) -var testData = []byte{33, 23, 4, 33, 192, 243} +var testData = []byte{33, 23, 4, 33, 192, 243} //nolint:gochecknoglobals func TestBitmuncherCopy(t *testing.T) { bm1 := CreateBitMuncher(testData, 0)