dmarkham / enumer

A Go tool to auto generate methods for your enums
Other
410 stars 66 forks source link

generate ToString() method #83

Open tomtwinkle opened 5 months ago

tomtwinkle commented 5 months ago

I sometimes want to convert an int item specified by enum to a string, e.g. to specify RESTFullAPI request parameters, etc. It would be nice to have an option to generate a ToString() method.