Documentation ¶ Index ¶ type Error func (e *Error) Error() string func (e *Error) String() string type Errors func NewErrors() *Errors func (e *Errors) Append(pos position.Position, err error) func (e *Errors) Error() string func (e *Errors) Len() int func (e *Errors) Reset() func (e *Errors) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Error ¶ type Error struct { Pos position.Position Err error } func (*Error) Error ¶ func (e *Error) Error() string func (*Error) String ¶ func (e *Error) String() string type Errors ¶ type Errors []*Error func NewErrors ¶ func NewErrors() *Errors func (*Errors) Append ¶ func (e *Errors) Append(pos position.Position, err error) func (*Errors) Error ¶ func (e *Errors) Error() string func (*Errors) Len ¶ func (e *Errors) Len() int func (*Errors) Reset ¶ func (e *Errors) Reset() func (*Errors) String ¶ func (e *Errors) String() string Source Files ¶ View all Source files errors.go Click to show internal directories. Click to hide internal directories.