Table of Contents
Go - IO
List
Go - Standard Stream (stdin, stdout, stderr)
ioutil.Discard
to discard IO (doing nothing with)
Interface
io.Writer
(implementation output stream)