From 804f4148d31da17f852d8cf413166e86d84f519e Mon Sep 17 00:00:00 2001 From: Will Roberts Date: Tue, 23 Mar 2021 23:40:24 -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 77d68784..d8cfaf57 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} //nolint:gochecknoglobals +var testData = []byte{33, 23, 4, 33, 192, 243} //nolint:gochecknoglobals // just a test func TestBitmuncherCopy(t *testing.T) { bm1 := CreateBitMuncher(testData, 0)