lab/go-api/build
Oliver Davies ea4bbc94dc Add build script
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-09-22 13:21:50 +01:00

7 lines
80 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
go build -o result ./*.go
echo "Done."