fix go vet errors, tests skeleton

This commit is contained in:
Egor Kovetskiy
2019-04-10 09:44:52 +03:00
parent e27dd44bfa
commit 9ae125cea1
10 changed files with 71 additions and 19 deletions

3
tests/setup.sh Normal file
View File

@@ -0,0 +1,3 @@
:run() {
go-test:run mark
}