Re: [go-nuts] go install, replace directive any ongoing discussions?

2021-03-07 Thread James Lawrence
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

Re: [go-nuts] go install, replace directive any ongoing discussions?

2021-03-07 Thread James Lawrence
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

Re: [go-nuts] go install, replace directive any ongoing discussions?

2021-03-07 Thread James Lawrence
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

[go-nuts] go install, replace directive any ongoing discussions?

2021-03-06 Thread James Lawrence
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

[go-nuts] go/build - how to locate source without making network calls?

2020-07-02 Thread James Lawrence
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