build.sh 158 B

1234
  1. #!/bin/bash
  2. env GOOS=linux GOARCH=amd64 go build -o timepercentage.linux-amd64.exe
  3. env GOOS=windows GOARCH=amd64 go build -o timepercentage.windows-amd64.exe