Equal method matching panics under interesting situations
Open
- Dominant language
- Go
- Stars
- 4.7k
- Forks
- 243
- PR merge metrics
- No merged PRs in 30d
Description
Example 1, panic: interface with Equal method, struct embeds other struct with Equal method. https://go.dev/play/p/LJ-oE6zu9ul (not exactly sure what makes this one tick)
Example 2, panic: pointer receiver for Equal, embedded in other struct: https://go.dev/play/p/UP22F8H36rx
Contributor guide
Assessment
This issue has not been assessed yet.