# Functions
LimitWriter is a copy of the standard library ioutils.LimitReader, applied to the writer interface.
WriteCloserWrapper returns a writeCloserWrapper.
# Structs
A LimitedWriter writes to W but limits the amount of data returned to just N bytes.