3 lines
50 B
Plaintext
3 lines
50 B
Plaintext
|
#!/bin/sh
|
||
|
CGO_ENABLED=0 go build -ldflags="-s -w"
|