tree: 2c544ca2ade2ed9726e4ea4c959310c091098325 [path history] [tgz]
  1. Android.bp
  2. bitbucket-pipelines.yml
  3. examples_test.go
  4. go.mod
  5. go.sum
  6. LICENSE
  7. METADATA
  8. MODULE_LICENSE_BSD
  9. README.md
  10. stringset.go
  11. 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.