go 学习笔记

go编译

CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build get2.go
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build get2.go

你可能感兴趣的:(go)