alvaroloes / enumer

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

Add support for -transform=space #58

Open utzc opened 5 years ago

utzc commented 5 years ago

This adds support for transforming the string representation to space case.

Please review the code @alvaroloes, thank you!