package
1.10.0
Repository: https://github.com/uber/prototool.git
Documentation: pkg.go.dev

# Functions

NewFailuref is a helper that returns a new Failure.
ParseColonSeparatedFailureFields parses FailureFields from the given string.
ParseFailureField parses the FailureField from the given string.
SortFailures sorts the Failures, by filename, line, column, id, message.

# Constants

FailureFieldColumn references the Column field of a Failure.
FailureFieldFilename references the Filename field of a Failure.
FailureFieldID references the ID field of a Failure.
FailureFieldLine references the Line field of a Failure.
FailureFieldMessage references the Message field of a Failure.

# Variables

DefaultFailureFields are the default FailureFields.

# Structs

Failure is a failure with a position in text.

# Interfaces

FailureWriter is a writer that Failure.Println can accept.

# Type aliases

FailureField references a field of a Failure.