Skip to content

Commit

Permalink
Golint lives somewhere else now
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmski committed Oct 31, 2018
1 parent 664e994 commit f72ac32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -45,7 +45,7 @@ install-tools:
go get -u -v golang.org/x/tools/cmd/stringer

# linting
go get -u -v github.com/golang/lint/...
go get -u -v golang.org/x/lint/golint/...
go get -u -v github.com/kisielk/errcheck/...

# code coverage
Expand Down

0 comments on commit f72ac32

Please sign in to comment.