Compare commits

...

3 Commits

Author SHA1 Message Date
Dan Markham cd753a20b5
wip 2021-07-21 22:59:18 -07:00
Dan Markham 41bae4bc36
wip 2021-07-21 22:53:43 -07:00
Dan Markham f3adbd175f
wip 2021-07-21 22:39:52 -07:00
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ It started as a fork of [Rob Pikes Stringer tool](https://godoc.org/golang.or
maintained by [Álvaro López Espinosa](https://github.com/alvaroloes/enumer).
This was again forked here as (https://github.com/dmarkham/enumer) picking up where Álvaro left off.
```
$ ./enumer --help
Enumer is a tool to generate Go code that adds useful methods to Go enums (constants with a specific type).