3 lines
70 B
Bash
3 lines
70 B
Bash
|
|
#!/usr/bin/env sh
|
||
|
|
go build -ldflags="-s -extldflags=-static" -o=run .
|