* gosimple
* unused
* gofmt
pull/18/head
Anthony Romano 2017-08-10 21:39:41 -07:00
parent 12923fe56c
commit 89b9a2c19e
1 changed files with 8 additions and 0 deletions

View File

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