There was an error while loading. Please reload this page.
1 parent 06bf579 commit caf54e9Copy full SHA for caf54e9
1 file changed
Makefile
@@ -20,7 +20,7 @@ unused:
20
21
# go get github.com/kisielk/errcheck
22
errcheck:
23
- @errcheck -ignorepkg=bytes -ignore=os:Remove go.etcd.io/bbolt
+ @errcheck -ignorepkg=bytes -ignore=os:Remove github.com/TrueNodes/bbolt
24
25
test:
26
TEST_FREELIST_TYPE=hashmap go test -timeout 20m -v -coverprofile cover.out -covermode atomic
0 commit comments