Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConcurrentMultiWriter ¶
ConcurrentMultiWriter creates a writer that duplicates its writes to all the provided writers, similar to the Unix tee(1) command.
Each write is written to each listed writer, concurrently. If a listed writer returns an error, that overall write operation stops and returns the error; it does not continue down the list.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.