You are not logged in.
Lately many Go programs fail to build due to "GO111MODULE=off".
I didn't set it to off, I don't use Go, I checked my env and shell config and it's never being set. PKGBUILDs I'm installing don't set it.
Of course, setting `GO111MODULE=auto` fixes the issue. But why is it set to off by default? This seems like a legacy compatibility option, and I would expect auto to be the default.
Offline