Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
Error is an error with debug information.
func (Error) DebugInformation ¶
func (e Error) DebugInformation() *Information
DebugInformation returns debug information.
type Information ¶
type Information struct {
// contains filtered or unexported fields
}
Information is debug information.
func NewInformation ¶
func NewInformation(f string, l, c int, s string) *Information
NewInformation creates debug information.
func (*Information) String ¶
func (i *Information) String() string
Click to show internal directories.
Click to hide internal directories.