Versions in this module Expand all Collapse all v1 v1.16.11 Aug 20, 2024 Changes in this version + type Error struct + Column int + Line int + Message string + Prev error + Snippet string + func (e *Error) Bind(source Source) *Error + func (e *Error) Error() string + func (e *Error) Unwrap() error + func (e *Error) Wrap(err error) + type Location struct + From int + To int + type Source []rune + func NewSource(contents string) Source + func (s Source) Snippet(line int) (string, bool) + func (s Source) String() string