deckarep / golang-set

A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
Other
4k stars 272 forks source link

how to write a equals method to judge whether two struct instance are equal ? #101

Closed Crisyix closed 1 year ago

Crisyix commented 2 years ago

like java equals method of Object class

deckarep commented 1 year ago

Closing due to lack of context.