package
0.0.0-20231214144635-a707781cbb24
Repository: https://github.com/khulnasoft/codebase.git
Documentation: pkg.go.dev

# Packages

Package fmts holds defined errorformats.

# Functions

NewEfm converts a 'errorformat' string to regular expression pattern with flags and returns Efm.
NewErrorformat compiles given errorformats string (efms) and returns a new Errorformat.

# Structs

Efm represents a errorformat.
Entry
Entry represents matched entry of errorformat, equivalent to Vim's quickfix list item.
Errorformat provides errorformat feature.
Match represents match of Efm.
Scanner provides a interface for scanning compiler/linter/static analyzer result using Errorformat.