Documentation ¶
Overview ¶
Package and provides helpers for adding Close to io.{Reader|Writer}.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadCloser ¶
ReadCloser implements io.ReadCloser by reading from a particular io.Reader and then calling the provided "Close()" method.
type WriteCloser ¶
WriteCloser implements io.WriteCloser by reading from a particular io.Writer and then calling the provided "Close()" method.
Click to show internal directories.
Click to hide internal directories.