github.com/proxypoke/set.go

An implementation of a set interface in Go.


License
WTFPL
Install
go get github.com/proxypoke/set.go

Documentation

set.go

Just a small implementation of a set interface and corresponding methods in Go. It will support common set operations like Intersection and Union.