我想在 Linux (Ubuntu) 的 Windows 10 中編譯我的 Go 代碼。我使用命令:SET GOOS=linux
SET GOARCH=amd64
go build .\main.go但編譯器會創(chuàng)建一個 .exe 文件。如何為 linux 交叉編譯這段代碼?
我不能使用交叉編譯器
阿波羅的戰(zhàn)車
2023-06-19 17:38:04