Add build script
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
2b310791c5
commit
ea4bbc94dc
2 changed files with 8 additions and 0 deletions
1
go-api/.gitigore
Normal file
1
go-api/.gitigore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/result
|
7
go-api/build
Executable file
7
go-api/build
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
go build -o result ./*.go
|
||||||
|
|
||||||
|
echo "Done."
|
Loading…
Add table
Add a link
Reference in a new issue