enumer
enumer copied to clipboard
A Go tool to auto generate methods for your enums
It seems that the bug related to git push --set-upstream origin smlx/bump-tools happens again for go 1.18.2 this upgrades the tools up to the latest version
Updating x/tools to v0.1.11 fixes an issue where enumer fails with `enumer: Unexpected package creation during export data loading`.
First of all i'm a happy user of the enumer :) But i've an situation in which i need a bit of help. When my enum is in code that...
A simple solution for: https://github.com/dmarkham/enumer/issues/52
Required when alongside of enum values in database, there is a requirement to support null values.
Firstly, I'd like to thank you for great work, I found enumer really helpful! --- I am not sure about proper solution, however I think that may be doable by...
Sometime there is already a `String()` method.
in my case, i'm converting iota to 1 character string and they includes both lower and upper version of some alphabets. i've read #21 , so maybe add a flag...
Add support for CQL which is used by Cassandra, ScyllaDB, YugeByte, etc. Works similarly to json in that it adds Marshal and Unmarshal methods.