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