A bunch of utility functions to work on Sets*
*) type Set map[interface{}]bool
type Set map[interface{}]bool
See package documentation on GoDoc