Documentation
¶
Overview ¶
Package errors implements functions to manipulate errors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnsupported = New("unsupported operation")
ErrUnsupported indicates that a requested operation cannot be performed, because it is unsupported. For example, a call to os.Link when using a file system that does not support hard links.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.