Documentation ¶
Overview ¶
Package tinkerror provides error handling functionality which helps maintain API backwards compatibility.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fail ¶
func Fail(message string)
Fail should be called by functions which do not return an error value but need to handle an error condition.
Such functions are strong candidates for replacement by an equivalent function which returns an explicit error value. Once a replacement has been introduced, the original should be deprecated and subsequently removed when performing a major release.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package tinkerrortest provides test functionality for package tinkerror.
|
Package tinkerrortest provides test functionality for package tinkerror. |
Click to show internal directories.
Click to hide internal directories.