# Packages
Package mocks is a generated GoMock package.
No description provided by the author
No description provided by the author
# Functions
CatchStdErr returns output to `os.Stderr` from `f` as string https://groups.google.com/d/msg/golang-nuts/hVUtoeyNL7Y/HxEfVr70AwAJ.
CatchStdOut returns output to `os.Stdout` from `f` as string https://groups.google.com/d/msg/golang-nuts/hVUtoeyNL7Y/HxEfVr70AwAJ.
CatchStdOutStdErr returns output to `os.Stdout` and `os.Stderr` from `f` as strings.