forked from mirror/enumer
Fixed typo in README
This commit is contained in:
parent
8e90031b3d
commit
e9e87a4508
|
@ -1,5 +1,5 @@
|
||||||
#Enumer
|
#Enumer
|
||||||
Enumer is a tool to generate Go code that adds useful methods Go enums (constants with a specific type)
|
Enumer is a tool to generate Go code that adds useful methods to Go enums (constants with a specific type).
|
||||||
It started as a fork of [Rob Pike’s Stringer tool](https://godoc.org/golang.org/x/tools/cmd/stringer).
|
It started as a fork of [Rob Pike’s Stringer tool](https://godoc.org/golang.org/x/tools/cmd/stringer).
|
||||||
|
|
||||||
##Generated functions and methods
|
##Generated functions and methods
|
||||||
|
|
Loading…
Reference in New Issue