Documentation ¶
Overview ¶
Package errors provides utility functions for manipulating errors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
NotFound = errors.New("Not found")
)
Functions ¶
func IgnoreNotFound ¶
IgnoreNotFound returns nil if err is a not found error, else err.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.