Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMultiWriteCloser ¶ added in v1.18.3
func NewMultiWriteCloser(ws ...io.WriteCloser) io.WriteCloser
NewMultiWriteCloser returns an io.WriteCloser which duplicates its writes to all the provided WriteClosers, and closes them all on Close.
Types ¶
Click to show internal directories.
Click to hide internal directories.