Hacker News new | ask | show | jobs
by ausjke 2539 days ago
don't know this, thanks! I also assume you no longer need set GO111MODULE=on anymore
1 comments

That depends -- it defaults to "auto" which means that its enabled outside of $GOPATH but disabled inside it. If you're working on a project that makes use of "go mod vendor" and is built from within your $GOPATH (which is true of quite a few free software Go projects) then you'll need it.