enumer icon indicating copy to clipboard operation
enumer copied to clipboard

Make type to string conversion case insensitive

Open andig opened this issue 4 years ago • 0 comments

https://github.com/alvaroloes/enumer/blob/master/enumer.go#L7 shows the template for to string transformation. Reading user input from config file I would like to support this in a case-insensitive way. Since my type is in camel case, there is no option of preparing this operation on the string side before conversion.

andig avatar Apr 29 '20 10:04 andig