Satisfies golangci-lint

This commit is contained in:
Will Roberts 2021-03-23 23:40:24 -04:00
parent 34bc9cc697
commit 804f4148d3
1 changed files with 1 additions and 1 deletions

View File

@ -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)