//
pkg.gl
Category
github.com/expr-lang/expr
internal
testify
directory
1.16.9
Repository:
https://github.com/expr-lang/expr.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
0
#
Packages
assert
Package assert provides a set of comprehensive testing tools for use with the normal Go testing system.
require
Package require implements the same assertions as the `assert` package but stops test execution when a test fails.