alvaroloes / enumer

A Go tool to auto generate methods for your enums
Other
478 stars 111 forks source link

Fix typo in generated comment for UnmarshalText #29

Closed prashantv closed 6 years ago

prashantv commented 6 years ago

Currently, the generated code starts with "// MarshalText" even though the method is "UnmarshalText".

alvaroloes commented 6 years ago

Thank you! Merged