Re: [go-nuts] Re: Advise about using go mod retract to fix pre go mod v2.0.0 tag

2022-01-02 Thread Zik Aeroh
I don't think you need to do anything with the "real" v2. The way I visualize this is to think of "v0+v1", "v2", "v3", and so on as completely different modules; they have entirely different names by SIV. The version "v2.0.1+incompatible" would be imported as "github.com/gomodule/redigo", same

[go-nuts] ANN: A new package to wrap errors and record a stack trace

2022-01-02 Thread Mitar
Hi! I have recently published a new package which provides errors with a stack trace, similar to now archived github.com/pkg/errors, but attempting to address many issues the community has identified since and updating it to new Go features. It is almost compatible with github.com/pkg/errors