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

Remove unexported unused function #115

Closed alexandear closed 1 year ago

alexandear commented 1 year ago

newThreadSafeSet is not used either in code or in tests.

deckarep commented 1 year ago

Thanks, but I'm not sure I want to remove this private method. It could be useful in the future and I like the parity here.