An effort to handle Sets in Go
There is not a official way to handle sets in Go, there is plenty of efforts about it, but none made by me. So here is :-)
Go to the main.go file to view a set of basic examples
- bool
- complex128
- complex64
- error
- float32
- float64
- int
- int16
- int32
- int64
- int8
- string
- uint
- uint16
- uint32
- uint64
- uint8
- uintptr