Release v0.0.11.

No functional changes.

- Update module dependencies.
- Remove the code-generation plumbing. (#1)
- Update Go toolchain versions in CI.
tree: c94e22ea86706330b1e7f62ebec3ec3a597d0a22
  1. bitbucket-pipelines.yml
  2. examples_test.go
  3. go.mod
  4. go.sum
  5. LICENSE
  6. README.md
  7. stringset.go
  8. stringset_test.go
README.md

stringset

http://godoc.org/bitbucket.org/creachadair/stringset

Go Report Card

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