Documentation ¶
Overview ¶
Package errors2 implements methods complementing golang.org/x/xerrors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrPathDoesNotExist = fmt.Errorf("path does not exist")
)
Functions ¶
func CombineErrors ¶
CombineErrors combines errors if both are not nil, otherwise returns the non-nil one if one exists.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.