You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
144 B
Bash

5 years ago
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