summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 86a5bc6..dcc2519 100755
--- a/check
+++ b/check
@@ -1,3 +1,3 @@
golint .
-go tool vet -all .
+go vet -all .
gofmt -s -l .