Document constants package.

This commit is contained in:
Jeffrey Regan
2018-05-31 13:42:03 -07:00
parent bcb89ee908
commit 8afba0b56c
4 changed files with 23 additions and 16 deletions

View File

@@ -53,4 +53,10 @@ runTest testGoVet
runTest testGoTest
runTest testExamples
if [ $rc -eq 0 ]; then
echo "SUCCESS!"
else
echo "FAILURE; exit code $rc"
fi
exit $rc