Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrClosedBuffer = errors.New("write on closed buffer")
ErrClosedBuffer is the error returned by Write on closed buffer.
Functions ¶
This section is empty.
Types ¶
type BufferCloser ¶
BufferCloser is bytes.Buffer with io.Closer interface.
Click to show internal directories.
Click to hide internal directories.