go generate
is only useful if you have tools to use it with! Here is an incomplete list of useful tools that generate code.
fmt.Stringer
interface for enums.fmt.GoStringer
interface for enums.json.Marshaler
and json.Unmarshaler
interfaces for enums.