Versions in this module Expand all Collapse all v0 v0.1.0 Oct 2, 2024 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