Versions in this module Expand all Collapse all v1 v1.32.0 Aug 18, 2026 Changes in this version + type Error struct + func New() *Error + func (e *Error) Add(filename, in string, loc int, err error) + func (e *Error) Error() string + func (e *Error) Errs() []*FileError + type FileError struct + Column int + Err error + Filename string + Line int + func (e *FileError) Unwrap() error