package mwc
import "git.wntrmute.dev/kyle/goutils/mwc"
Package mwc implements MultiWriteClosers.
Index ¶
Functions ¶
func MultiWriteCloser ¶
func MultiWriteCloser(wc ...io.WriteCloser) io.WriteCloser
MultiWriteCloser creates a WriteCloser that duplicates its writes to all the provided writers, similar to the Unix tee(1) command.
Source Files ¶
mwc.go
- Version
- v1.7.7 (latest)
- Published
- Jun 15, 2024
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 4 days ago –
Tools for package owners.