# Functions
MustReadAll is like io.ReadAll, but panics on error.
MustReadAllAndClose is like MustReadAll but also always closes the ReadCloser.
NewCountingReader initializes a new CountingReader.
# Structs
CountingReader implements a io.Reader that counts bytes.