Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LimitWriter ¶
type LimitWriter struct {
// contains filtered or unexported fields
}
LimitWriter implements io.Writer and writes the data to an io.Writer, but limits the total bytes written to it, dropping the remaining bytes on the floor.
Click to show internal directories.
Click to hide internal directories.