package
0.5.0
Repository: https://github.com/ibrt/golang-lib.git
Documentation: pkg.go.dev

# 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.