Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultErrorWriter io.Writer = &ErrorWriter{ Error: errors.New("error writer"), } )
Functions ¶
Types ¶
type ErrorWriter ¶
type ErrorWriter struct {
Error error
}
Click to show internal directories.
Click to hide internal directories.