DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
io.MultiWriter()
Examples using...
io.MultiWriter()
Recent
Examples
MultiWriter in Go
by GoDoc
Go
io.MultiWriter
fmt.Print
bytes
bytes.Buffer
fmt
MultiWriter creates a writer that duplicates its writes to all the provided writers, similar to the Unix tee(1) command.