diff --git a/go-test-mod-cover.sh b/go-test-mod-cover.sh new file mode 100755 index 0000000..a907769 --- /dev/null +++ b/go-test-mod-cover.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +export GO111MODULE=on + +$(which go) test -cover ./... \ No newline at end of file