summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2019-02-28 08:48:51 -0500
committerKurt <kurt.w.jung@gmail.com>2019-02-28 08:48:51 -0500
commitbe3a6c4df9df642829ec0a95b43b280c263251e4 (patch)
tree5dccc2c04ec3b023d5e0bd37f6bfa3114abee787 /check
parenta640ab8bad3c434166bb6358a3664a89d959ccb1 (diff)
Refer to example in SetPage() documentation.
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 .