在windows上编译Linux:
set CGO_ENABLED=0 set GOOS=linux set GOARCH=amd64 go build xxx
set CGO_ENABLED=0
set GOOS=linux
set GOARCH=amd64
go build xxx