On Sat, 8 Feb 2020, Alex Griffin wrote:
I believe the go-build-system will need to be updated to support Go modules. For some reason they thought it would be a good idea for `go build` to access the network for consistency with `go get`. Until we figure out what to do about this, I think we can just set the $GO111MODULE environment variable to "off". https://golang.org/cmd/go/#hdr-Module_support
Thanks, I'm reading that and guix/build/go-build-system.scm now. Best, Jack