1 2 3 4 5 6 7 8 9
package readwriter import "io" type ReadWriter struct { Out io.Writer In io.Reader ErrOut io.Writer }