Documentation
¶
Overview ¶
Package buffer provides a wrapper around an io.{Writer, StringWriter, ByteWiter}.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Buffer ¶
Buffer wraps a bufio.Writer, buffering any encountered error.
func (*Buffer) WriteString ¶
type Writer ¶
type Writer interface {
io.Writer
io.StringWriter
io.ByteWriter
}
Click to show internal directories.
Click to hide internal directories.