features/test/go/test.sh
Josh Spicer 3a277ad757
restructure and update cli (#11)
* restructure and update cli

* typo
2022-05-12 16:10:51 -04:00

11 lines
137 B
Bash

#!/bin/bash
set -e
# Import test library
source featuresTest.library.sh root
check "version" go version
# Report result
reportResults