Merge tag 'v0.0.10'

Change-Id: I3b989b9c9ca16ae06b6017171a93f53187a2d58f
tree: 601793211c2e220baf2066d2a8511885b1aecb00
  1. makeset/
  2. Android.bp
  3. bitbucket-pipelines.yml
  4. examples_test.go
  5. go.mod
  6. go.sum
  7. LICENSE
  8. METADATA
  9. MODULE_LICENSE_BSD
  10. README.md
  11. stringset.go
  12. 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.

Generating the Code

The stringset package is generated by the makeset program from source templates core.go.in (the main package source) and core_test.go.in (for the unit tests). To change the implementation, modify those templates and re-generate the package source by running:

go run ./makeset -config makeset/stringset.toml -output .