Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainedReadCloser ¶ added in v0.3.0
type ChainedReadCloser struct {
// contains filtered or unexported fields
}
func NewChainedReader ¶
func NewChainedReader(reader ...io.Reader) *ChainedReadCloser
func (*ChainedReadCloser) Close ¶ added in v0.3.0
func (c *ChainedReadCloser) Close() error
Click to show internal directories.
Click to hide internal directories.