Versions in this module Expand all Collapse all v1 v1.20.2 Sep 5, 2023 v1.20.1 Sep 5, 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