Fix warnings from golint.

No functional changes, only renaming receivers to match golint's preference
that the same receiver name be used for all the methods of a type.
I'm not fond of that check, but it's not bad enough to foam at the mouth.
2 files changed
tree: 0f277f0961331d5c77e50b1a81cb9c143de59698
  1. gen/
  2. examples_test.go
  3. LICENSE
  4. README.md
  5. stringset.go
  6. stringset_test.go
  7. transform.go
README.md

stringset

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

View documentation on GoDoc.