Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
* gosimple
* unused
* gofmt
  • Loading branch information
Anthony Romano committed Aug 11, 2017
1 parent 12923fe commit 89b9a2c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89b9a2c

Please sign in to comment.