type ErrorHandler … type ErrorHandlerFunc … var _ … // Handle handles the irremediable error by calling the ErrorHandlerFunc itself. func (f ErrorHandlerFunc) Handle(err error) { … }
type ErrorHandler … type ErrorHandlerFunc … var _ … // Handle handles the irremediable error by calling the ErrorHandlerFunc itself. func (f ErrorHandlerFunc) Handle(err error) { … }