Documentation
¶
Overview ¶
Package panicking provides an abstraction over panic behavior, enabling testing and mocking of panic-inducing code paths.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Panicker ¶
Panicker abstracts panic for our tests and such.
func NewProductionPanicker ¶
func NewProductionPanicker() Panicker
NewProductionPanicker produces a production-ready panicker that will actually panic when called.
Click to show internal directories.
Click to hide internal directories.