enable golint

This commit is contained in:
Taylor Gerring 2014-11-17 10:21:19 -06:00
parent 9095b37343
commit 559a81da6f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ install:
before_script:
- gofmt -l -w .
- goimports -l -w .
# - golint .
- golint .
# - go vet ./...
# - go test -race ./...
script: