fspl/errors/doc.go

6 lines
319 B
Go

// Package errors provides a location tracking and error formatting system.
// It provides a way to keep track of the in-file position of the physical text
// that in-memory data structures were derived from, and a way to use this
// positional information to create informative and easy to read errors.
package errors