mentioned in the documentation somewhere. I was curious why it is
implemented the way it is.
https://github.com/deckarep/golang-set/blob/master/threadunsafe.go :
type threadUnsafeSet map[interface{}]struct{}
I was wondering why it is not just threadUnsafeSet map[interface{}]bool
Am I missing something here?
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.