are subscribed to a topic in the
> Google Groups "golang-nuts" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/golang-nuts/10AJZaH9OFU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> golang-nuts+unsub
well an issue <https://github.com/golang/go/issues/44840> was filed, and
promptly closed.
On Sun, Mar 7, 2021 at 6:36 AM James Lawrence wrote:
> I read through those issues Paul, I found them less than convincing for
> the global go install use case. regardless I'll file a
his discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/CAEkBMfGwcwp3if-zgQYN3HL5c%2BPedafuS6uz%2BtPBymHasFSzyw%40mail.gmail.com
> <https://groups.google.com/d/msgid/golang-nuts/CAEkBMfGwcwp3if-zgQYN3HL5c%2BPedafuS6uz%2BtPBymHasFSzyw%40mail.gmail.com?utm_medium=email&am
I missed the conversation originally. however go install has been left in a
unfortunate state where it bewilderingly errors out when the main module
contains a replace directive. I'm primarily wondering where I should be
going to contribute to that conversation and if there is someone on the go
I've been playing with the go/build package for resolving go package
information for a few projects of mine and noticed some unexpected behavior.
mainly it seems to reach out to the network even when all the information
is available locally. if I turn off my network my code fails whereas go
in