Release v0.0.14

Maintenance release, no functional changes.

- stringset: reduce memory allocation in the String method
- go.mod: update Go toolchain base to 1.21
tree: c32ea718709fabd21374c73672a7afd53c669945
  1. tools/
  2. bitbucket-pipelines.yml
  3. examples_test.go
  4. go.mod
  5. go.sum
  6. LICENSE
  7. README.md
  8. stringset.go
  9. 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.