4 lines
83 B
Bash
4 lines
83 B
Bash
#!/bin/bash
|
|
echo "Building application..."
|
|
go build -o bin/service cmd/api/main.go
|