package
0.0.0-20241205201739-6c6fd4cf1c50
Repository: https://github.com/djarvur/go-silly-enum.git
Documentation: pkg.go.dev

# Functions

Extract the enum constants relative records.
ForEach is going through the packages calling extract function for each declaration found and combining the records extracted per package using the merge function.

# Structs

Enum describes the enum type.
Package describes the package enum was found.

# Interfaces

StringMatcher is a regexp compatible matcher.