# Packages
No description provided by the author
# Functions
NewFileAnnotation returns a new FileAnnotation.
NewFileAnnotationSet returns a new FileAnnotationSet.
ParseFormat parses the Format.
PrintFileAnnotations prints the file annotations separated by newlines.
# Constants
FormatGithubActions is the Github Actions format for FileAnnotations.
FormatJSON is the JSON format for FileAnnotations.
FormatJUnit is the JUnit format for FileAnnotations.
FormatMSVS is the MSVS format for FileAnnotations.
FormatText is the text format for FileAnnotations.
# Variables
AllFormatStrings is all format strings without aliases.
AllFormatStringsWithAliases is all format strings with aliases.
# Interfaces
FileAnnotation is a file annotation.
FileAnnotationSet is a set of FileAnnotations.
FileInfo is a minimal FileInfo interface.
# Type aliases
Format is a FileAnnotation format.