[go-nuts] Re: Go module dependency debugging workflow

2021-04-09 Thread 'gonutz' via golang-nuts
Oh thanks a lot Carla Pfaff! I did not even know a v0.0.0-unpublished pseudo-version existed. It is not mentioned in the Go Modules Reference https://golang.org/ref/mod for whatever reason. This really takes the edge off. I was also pointed at the replace by some people on StackOverflow and whi

[go-nuts] Re: Go module dependency debugging workflow

2021-04-09 Thread 'Carla Pfaff' via golang-nuts
On Friday, 9 April 2021 at 17:38:12 UTC+2 gonutz wrote: > I could create a local commit to the library or create a new debug branch > in my local copy of the library. Then I insert my debug code and commit it. > Then I point my main program's go.mod file at the new commit/branch, adding > a rep