grim/resticide

Always use golint from ${GOPATH}/bin
develop
2016-07-09, Gary Kramlich
1c5d999e33ac
Parents 3cf5b06c8a56
Children 179fcc7776f8
Always use golint from ${GOPATH}/bin
  • +1 -1
    Makefile
  • --- a/Makefile Sat Jul 09 14:26:54 2016 -0500
    +++ b/Makefile Sat Jul 09 14:30:21 2016 -0500
    @@ -33,7 +33,7 @@
    rm -f $(TARGET)
    lint: $(SOURCES) $(BUILT_SOURCES)
    - golint ./...
    + $(GOPATH)/bin/golint ./...
    check: $(TARGET)
    go test -cover -v ./...