Documentation
¶
Overview ¶
Package toerror contains the implementation of the toerror plugin, which generates the deriveToError function.
The deriveToError function transforms return type of a function from (B..., bool) into (B..., error).
deriveToError(e error, f func(A...) (B..., bool)) func(A...) (B..., error)
Index ¶
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.