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

# Packages

Package tioz provides test fixtures for the "ioz" package.

# Functions

MustReadAll is like [io.ReadAll], but panics on error.
MustReadAllAndClose is like MustReadAll but also always closes the ReadCloser.
MustReadAllAndCloseString is like MustReadAllAndClose, but returns a string.
MustReadAllString is like [MustReadAll], but returns a string.
NewCountingReader initializes a new [*CountingReader].

# Structs

CountingReader implements a [io.Reader] that counts bytes.