Add stringset and intset configs for makeset.go.
2 files changed
tree: 1a216144752fb0c94c1c5f644673445184a732e0
  1. template/
  2. LICENSE
  3. README.md
  4. stringset.go
  5. stringset_test.go
  6. transform.go
README.md

stringset

The stringset package implements a lightweight set-of-strings type based around Go's built-in map type.

View documentation on GoDoc.