diff --git a/go-api/start b/go-api/start new file mode 100755 index 0000000..39256af --- /dev/null +++ b/go-api/start @@ -0,0 +1,14 @@ +#!/usr/bin/env bash + +set -euo pipefail + +rm -fr out + +echo "Building..." +./build + +echo "" + +source .env + +./out