Rename result
to out
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
ea4bbc94dc
commit
b1ce75c57e
3 changed files with 2 additions and 2 deletions
1
go-api/.gitignore
vendored
Normal file
1
go-api/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/out
|
|
@ -1 +0,0 @@
|
|||
/result
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
go build -o result ./*.go
|
||||
go build -o out ./*.go
|
||||
|
||||
echo "Done."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue