summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2016-11-11 21:44:09 -0500
committerKurt <kurt.w.jung@gmail.com>2016-11-11 21:44:09 -0500
commit83f63e773b4dd5516af63ba8d7278e21f96f2062 (patch)
tree68060ea62f0ac8e2eabc9f3a71a4231652a0ee9a /check
parentf51ce6c2fb4179749a4e048b51701ecff7e31add (diff)
Adjust some names of test functions to conform with Go's naming conventions
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 2 insertions, 0 deletions
diff --git a/check b/check
new file mode 100755
index 0000000..9492e43
--- /dev/null
+++ b/check
@@ -0,0 +1,2 @@
+go tool vet -all .
+gofmt -s -l .