Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + func NewStdWriter(w io.Writer, t StdType) io.Writer + func StdCopy(dstout, dsterr io.Writer, src io.Reader) (written int64, err error) + type StdType byte + const Stderr + const Stdin + const Stdout