Commit 559a81da authored by Taylor Gerring's avatar Taylor Gerring

enable golint

parent 9095b373
...@@ -15,7 +15,7 @@ install: ...@@ -15,7 +15,7 @@ install:
before_script: before_script:
- gofmt -l -w . - gofmt -l -w .
- goimports -l -w . - goimports -l -w .
# - golint . - golint .
# - go vet ./... # - go vet ./...
# - go test -race ./... # - go test -race ./...
script: script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment