Package Usage: go: github.com/abice/go-enum
go-enum is a utility for generating a more functional version of
enumerations in go.
The generator looks for the exact string `ENUM(` and will continue
to store comma separated values until it finds a `)`. Those values
can be on one line, or separate lines; they can include `_` in order
to skip a value in the enum that won't be an allowed value.
Installation
Usage:
Sample File
Command to generate your enum
42 versions
Latest release: over 1 year ago
32 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/abice/go-enum