phelmkamp/metatag

Generate Equal and possibly HashCode

Closed this issue · 2 comments

Is there some standard interface for these methods?

Is there some standard interface for these methods?

go-cmp:

"(T) Equal(T) bool" or "(T) Equal(I) bool" where T is assignable to I

Done