Commit e1321bb8 authored by Adam Reese's avatar Adam Reese

Merge pull request #10 from adamreese/fix/validate-go

fix(scripts): go vet is built into go
parents 32697fa2 5207186e
...@@ -13,7 +13,6 @@ find_go_files() { ...@@ -13,7 +13,6 @@ find_go_files() {
} }
hash golint 2>/dev/null || go get -u github.com/golang/lint/golint hash golint 2>/dev/null || go get -u github.com/golang/lint/golint
hash go vet 2>/dev/null || go get -u golang.org/x/tools/cmd/vet
echo "==> Running golint..." echo "==> Running golint..."
for pkg in $(glide nv); do for pkg in $(glide nv); do
......
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