Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LimitedWriter ¶
type LimitedWriter struct {
// contains filtered or unexported fields
}
LimitedWriter simply is a writer that will return errors once its buffer is filled This is esecially useful when you want to limit the output of a given writer
func NewLimitedWriter ¶
func NewLimitedWriter(b []byte) *LimitedWriter
func (*LimitedWriter) Get ¶
func (l *LimitedWriter) Get() []byte
Click to show internal directories.
Click to hide internal directories.