For instance, you might wonder what `GOPATH` and `GOROOT` mean, or what happens when you use commands like `go get` or `go mod tidy`.
With newest versions of Go is so much better nowadays, for example go modules by default, etc. Running/installing locally became so much easier. I would also mention GOPRIVATE, GOPROXY which can be used in CI/CD.
Totally agree, Alex. By the way, module proxies and GOPROXY protocol are also one of the topics in our discussion series.
With newest versions of Go is so much better nowadays, for example go modules by default, etc. Running/installing locally became so much easier. I would also mention GOPRIVATE, GOPROXY which can be used in CI/CD.
Totally agree, Alex. By the way, module proxies and GOPROXY protocol are also one of the topics in our discussion series.