Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ThrowError = func() error { return errors.New("always fails") }
Functions ¶
func DoSomeStuff ¶
Types ¶
type Restorer ¶
type Restorer func()
Restorer holds a function that can be used to restore some previous state.
Click to show internal directories.
Click to hide internal directories.