diff options
Diffstat (limited to 'collection')
-rw-r--r-- | collection/go/test.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/collection/go/test.sh b/collection/go/test.sh new file mode 100644 index 0000000..a2c26b6 --- /dev/null +++ b/collection/go/test.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +set -e + +go version + +echo 'Done!'
\ No newline at end of file |