Documentation ¶ Index ¶ func GetFormats(path string) ([]string, error) func Regexp(pattern string) string type Config func From(config []byte) Config func (c Config) Definitions() map[string]string func (c Config) Empty() bool func (c Config) Formats() []string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetFormats ¶ func GetFormats(path string) ([]string, error) func Regexp ¶ func Regexp(pattern string) string Types ¶ type Config ¶ type Config struct { // contains filtered or unexported fields } func From ¶ func From(config []byte) Config func (Config) Definitions ¶ func (c Config) Definitions() map[string]string func (Config) Empty ¶ func (c Config) Empty() bool func (Config) Formats ¶ func (c Config) Formats() []string Source Files ¶ View all Source files config.goformat.golexer.goregex.go Click to show internal directories. Click to hide internal directories.