Versions in this module Expand all Collapse all v0 v0.1.1 Dec 21, 2025 Changes in this version + var ErrParsingFailed = errors.New("parsing failed") + var ErrTargetNotFound = errors.New("target not found") + func CamelToSnake(s string) string + func GetTranslationFromComment(comment string) string + func GetValueFromComment(comment string) string + type EnumParser interface + GetEnumName func() (string, error) + Parse func() (enum.Enum, error) + func New(path, fullPath string, goline int) (EnumParser, error)