在运行安装脚本时出现 `go: modules disabled by GO111MODULE=off` 问题
作者: bulkmoerls创建于 2026年1月3日更新于 2026年1月3日
在 Linux 上也会出现这种情况。每次我在运行 `go get -v GitHub.com/therecipe/qt/cmd/...` 之前设置 `set GO111MODULE=off` 时,我总是会收到类似这样的消息: `go: modules disabled by GO111MODULE=off; see go help modules` 我是不是在哪里弄错了?
内容来源: therecipe/qt