aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. J. Fromberger <michael.j.fromberger@gmail.com>2021-11-11 08:46:38 -0800
committerM. J. Fromberger <michael.j.fromberger@gmail.com>2021-11-11 08:48:12 -0800
commit9fb96e53d4de4712f830c582b20adb88397617a7 (patch)
tree535c28448c8405bf5fe716f28de0ec3407400b2a
parentb671e797dbe7348f70a79650719e17e9b6d833a8 (diff)
downloadgo-creachadair-stringset-9fb96e53d4de4712f830c582b20adb88397617a7.tar.gz
Update README for generator changes.
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index 45a1bb5..f6b73ae 100644
--- a/README.md
+++ b/README.md
@@ -11,14 +11,8 @@ around Go's built-in map type.
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). If you need to modify the templates, edit those files and run:
-
-```shell
-go generate ./makeset
-```
-
-to update the `static.go` file. You can then re-generate the `stringset`
-package by running:
+unit tests). To change the implementation, modify those templates and
+re-generate the package source by running:
```shell
go run ./makeset -config makeset/stringset.toml -output .