Created
September 17, 2020 16:42
-
-
Save bagus2x/3b13ebdaf944c1c7fff90f0a1a2ad38e to your computer and use it in GitHub Desktop.
golang cross compile di windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$env:GOOS = "linux" | |
go build -o bin/server server.go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment