3 lines
70 B
Bash
3 lines
70 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo .
|