You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: