Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 296 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 296 Bytes

stringer

This is a fork of the standard Go stringer utility: https://pkg.go.dev/golang.org/x/tools/cmd/stringer

This version also generates a conversion back from a string to the const type, in the FromString method.

To install:

go install github.com/goki/stringer@latest