alvaroloes / enumer

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

writes to `<type>_enumer.go` by default, not `<type>_string.go` #52

Closed wcarmon closed 5 years ago

wcarmon commented 5 years ago

https://github.com/alvaroloes/enumer/blob/d27f80ae1221dbded6b497f18a1c1e669d005170/stringer.go#L51

wcarmon commented 5 years ago

https://github.com/alvaroloes/enumer/blob/master/stringer.go#L133

alvaroloes commented 5 years ago

Fixed! Thank you!