mirror of https://github.com/etcd-io/bbolt.git
parent
12923fe56c
commit
89b9a2c19e
8
Makefile
8
Makefile
|
@ -7,6 +7,14 @@ default: build
|
|||
race:
|
||||
@go test -v -race -test.run="TestSimulate_(100op|1000op)"
|
||||
|
||||
# go get honnef.co/go/tools/simple
|
||||
# go get honnef.co/go/tools/unused
|
||||
fmt:
|
||||
gosimple ./...
|
||||
unused ./...
|
||||
gofmt -l -s -d $(find -name \*.go)
|
||||
|
||||
|
||||
# go get github.com/kisielk/errcheck
|
||||
errcheck:
|
||||
@errcheck -ignorepkg=bytes -ignore=os:Remove github.com/coreos/bbolt
|
||||
|
|
Loading…
Reference in New Issue