2 lines
94 B
Bash
2 lines
94 B
Bash
|
|
CGO_ENABLED=0 go build -ldflags '-w -s' -o bin/db_tunnel src/main.go && upx -9 bin/db_tunnel |