ron

Results 1 issues of ron

when i use macbook pro to build golang product scripts: `#!/bin/bash export CGO_ENABLED=0 export GOARCH=amd64 export GOOS=linux go build -ldflags "-w -s" -o main main.go` i got this error msg:...