GitHub - zarldev/goenums: Type Safe Enum generator for Go
goenums
goenums addresses Go's lack of native enum support by generating comprehensive, type-safe enum implementations from simple constant declarations. Transform basic iota based constants into feature-rich enums with string conversion, validation, JSON handling, database integration, and more.
Installation
go install github.com/zarldev/goenums@latest
Documentation
Documentation is available at https://zarldev.github.io/goenums.
Table of Contents
Key Features
Usage
Features Expanded
Custom Str...
Read more at github.com