Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LimitedWriter ¶
LimitedWriter is similar to io.LimitedReader; it writes to W but limits the amount of data written to just N bytes. Each subsequent call to Write() will return a nil error and a count of 0.
Click to show internal directories.
Click to hide internal directories.