Documentation
¶
Overview ¶
Package errbase provides a simple error type.
Example ¶
err := New("error")
s := err.Error()
fmt.Println(s)
Output: error
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.