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