package
0.0.0-20241212192544-4710020385f1
Repository: https://github.com/hackborn/onefunc.git
Documentation: pkg.go.dev

# Functions

LogFatal does a log.Fata if any error is non-nil.
Panic panics if any error is non-nil.

# Structs

FirstBlock is a Block that stores the first error it receives.
NullBlock is an empty Block that doesn't store errors.

# Interfaces

Block tracks one or more errors.