package
0.0.8
Repository: https://github.com/elastic/go-txfile.git
Documentation: pkg.go.dev

# Functions

Check will raise an error with the provided message in case b is false.
Checkf will raise an error in case b is false.
CheckNot will raise an error with the provided message in case b is true.
CheckNotf will raise an error with the provided message in case b is true.
Unreachable marks some code sequence that must never be executed.
Unreachablef marks some code sequence that must never be executed.