go-cmp
go-cmp copied to clipboard
v1 release
I believe it would be beneficial to release go-cmp as v1.
Reasons:
- The library is widely used, and I assume there’s no intention to introduce breaking changes while still in
v0. If that’s the case, av1release would formally acknowledge its stability. - A stable
v1appears to be a prerequisite for resolving https://github.com/google/go-cmp/issues/338. go-cmpis recommended by the official Go test comments guide. Given this endorsement, it would be ideal for the package to be versioned in a way that ensures long-term stability (i.e., avoiding breaking changes without av2release).- This will mitigate possible build failures if there if
go-cmpis used by different Go test helper modules and they use different (incompatible) versions ofgo-cmp.