# Functions
NewGolinter instantiates a Golinter from a reader.
NewMypy instantiates a mypy linter from a reader.
NewRegexer creates a Parser from a regex and an extraction func.
# Structs
Annotation represents a line-level annotation.
Result holds the output of a parser.
# Interfaces
Parser is the general interface to a result parser.
# Type aliases
AnnotationExtracter converts regex matches to annotations.
Level represents an annotation level.