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