Update module dependencies.
2 files changed
tree: 46189c92e9d4514e2788025df5d55f78c2140e44
  1. makeset/
  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.

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 .