Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Ignore ¶
func Ignore(f ErrorFunction)
Ignore Calls an ErrorFunction, and ignores the result. This allows us to be more explicit when there is no error handling to be done, for example in defers
Types ¶
type ErrorFunction ¶
type ErrorFunction func() error
ErrorFunction A function definition that returns an error to be passed to the Ignore or Panic error handler
Click to show internal directories.
Click to hide internal directories.