Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCopyReadCloser ¶
func NewCopyReadCloser(src io.ReadCloser) io.ReadCloser
First read with io.TeeReader
-> copyBuffered /
src --> output Second read after EOF copyBuffered --> copy BufReader simple buffer with fix size when BufReader is EOF offset is reset to read again
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.