package
0.0.0-20230226003218-1dd1f65bfa42
Repository: https://github.com/c4-project/c4t.git
Documentation: pkg.go.dev

# Functions

FirstError gets the first error in errs that is non-nil, or nil if none exist.
TimeoutOrFirstError returns ctx.Err() if it is a deadline-exceeded error, or the first error in errs that is non-nil, if any exist.