summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2016-11-26 10:46:02 -0500
committerKurt <kurt.w.jung@gmail.com>2016-11-26 10:46:02 -0500
commitc8cb8f66cf6eac57e293d767e45e03afcc4a437c (patch)
tree9b9925a52c5a5c1a15be09bafea371a80886f3f4
parentc81d351d55fabc44d050fb13ad7741a592f8b818 (diff)
Include golint in standard check
-rwxr-xr-xcheck1
1 files changed, 1 insertions, 0 deletions
diff --git a/check b/check
index 9492e43..86a5bc6 100755
--- a/check
+++ b/check
@@ -1,2 +1,3 @@
+golint .
go tool vet -all .
gofmt -s -l .