package
0.2.0
Repository: https://github.com/ausocean/utils.git
Documentation: pkg.go.dev

# README

ioext

Package ioext provides input/output extension functionality, namely, a "MultiWriteCloser" structure that implements io.WriteCloser and duplicates its writes for one or more passed io.WriteClosers, similar to the Unix tee(1) command. Close of the MultiWriteCloser is passed on to all of the provided io.WriteClosers.

Contributing

See here under "Contributing" for information on how to contribute.

License

See here under "License" for licensing.