From 83f63e773b4dd5516af63ba8d7278e21f96f2062 Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 11 Nov 2016 21:44:09 -0500 Subject: Adjust some names of test functions to conform with Go's naming conventions --- check | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 check (limited to 'check') 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 . -- cgit v1.2.1-24-ge1ad