Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Discard = discard{}
Discard is like io.Discard, but implements AllWriter.
Functions ¶
Types ¶
type AllWriter ¶
type AllWriter interface { io.Writer io.ByteWriter RuneWriter io.StringWriter }
An AllWriter is the union of several common writer interfaces.
Click to show internal directories.
Click to hide internal directories.