Documentation
¶
Overview ¶
Package ioutil contains utilities for performing I/O in bigmachine.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClosingReader ¶
func NewClosingReader(rc io.ReadCloser) io.Reader
NewClosingReader returns a reader that closes the provided ReadCloser once it is read through EOF.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.