package
0.0.0-20240726104243-6363e875afc6
Repository: https://github.com/canonical/tcglog-parser.git
Documentation: pkg.go.dev
# Functions
EOFIsUnexpected converts io.EOF errors into io.ErrUnexpected, which is useful when using binary.Read to decode aprts of a structure that aren't at the start and when a io.EOF error is not expected.
PassRawEOF is a wrapper around xerrors.Errorf that will return a raw io.EOF if this is the error.