set GOOS=windows set GOARCH=amd64 go build -o server.exe main.go set GOARCH=amd64 set GOOS=linux go build -o server main.go