mirror of https://github.com/etcd-io/bbolt.git
Makefile: update import paths
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>pull/119/head
parent
4fd8b14539
commit
a99fcf0d18
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ unused:
|
|||
|
||||
# go get github.com/kisielk/errcheck
|
||||
errcheck:
|
||||
@errcheck -ignorepkg=bytes -ignore=os:Remove github.com/coreos/bbolt
|
||||
@errcheck -ignorepkg=bytes -ignore=os:Remove github.com/etcd-io/bbolt
|
||||
|
||||
test:
|
||||
go test -timeout 20m -v -coverprofile cover.out -covermode atomic
|
||||
|
|
Loading…
Reference in New Issue