summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2019-04-30 14:32:56 -0400
committerKurt <kurt.w.jung@gmail.com>2019-04-30 14:32:56 -0400
commit88c06828a097914c971a893f0048cd911e9b1a22 (patch)
tree364756465275dca27404b9d424a178b289c3f32e /check
parent04d2090aeec620cca72622aa752cf53aaf0b0fbb (diff)
Use Lua script to generate README, doc.go and index.html rather than autoreadme
Diffstat (limited to 'check')
-rwxr-xr-xcheck3
1 files changed, 0 insertions, 3 deletions
diff --git a/check b/check
deleted file mode 100755
index dcc2519..0000000
--- a/check
+++ /dev/null
@@ -1,3 +0,0 @@
-golint .
-go vet -all .
-gofmt -s -l .