Documentation
¶
Overview ¶
Package readwriter provides I/O abstractions for command input and output streams.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CountingWriter ¶ added in v14.27.0
CountingWriter wraps an io.Writer and counts all the writes. Accessing the count N is not thread-safe.
Click to show internal directories.
Click to hide internal directories.