3 lines
90 B
Bash
3 lines
90 B
Bash
GOOS=windows GOARCH=amd64 go build -o cln.exe .
|
|
GOOS=linux GOARCH=amd64 go build -o cln .
|