directory
1.16.9
Repository: https://github.com/expr-lang/expr.git
Documentation: pkg.go.dev

# Packages

Package assert provides a set of comprehensive testing tools for use with the normal Go testing system.
Package require implements the same assertions as the `assert` package but stops test execution when a test fails.