2 lines
76 B
Bash
Executable file
2 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o server main.go |