We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cf345 commit b275d7eCopy full SHA for b275d7e
run_tests.sh
@@ -0,0 +1,5 @@
1
+DIR="$( command cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2
+export PATH=${PATH}:/usr/local/go/bin
3
+export GOPATH=${DIR}
4
+go get -d ./...
5
+go test
0 commit comments