Versions in this module Expand all Collapse all v0 v0.999.1 Aug 17, 2023 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