aboutsummaryrefslogtreecommitdiff
path: root/collection/go/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'collection/go/test.sh')
-rw-r--r--collection/go/test.sh7
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