4 lines
144 B
Bash
Executable File
4 lines
144 B
Bash
Executable File
go build -o=gormt_mac ./main.go
|
|
GOOS=windows GOARCH=amd64 go build -o=gormt.exe ./main.go
|
|
GOOS=linux GOARCH=amd64 go build -o=gormt ./main.go
|