[go-nuts] Re: How can I use go with Modules

2022-12-01 Thread Jason Bramsden
s not set then it is assumed to be on. Also the naming of the environment variable should be changed, as it still has the version number of when Modules were first introduced, 1.11, this should be changed to GOMODULE. On Thursday, December 1, 2022 at 5:12:28 PM UTC Jason Bramsden wrote: > BL

[go-nuts] How can I use go with Modules

2022-12-01 Thread Jason Bramsden
BLUF: Is there any way to use the latest version of Go without Modules? Some flag or environment setting where I can disable it? I've been developing on Go since 2011, and I find Modules so frustrating! Life was so much easier without Modules, I could download packages from a git repo using go