package
0.6.0
Repository: https://github.com/flashbots/go-utils.git
Documentation: pkg.go.dev

# Functions

FalseOnError returns false if err is not nil, otherwise it returns res.
Is returns `false` if the argument sounds like "false" (empty string, "0", "f", "false", and so on), and `true` otherwise.
TrueOnError returns true if err is not nil, otherwise it returns res.