Commit 5207186e authored by Adam Reese's avatar Adam Reese

fix(scripts): go vet is built into go

parent 17c0ed97
...@@ -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