package
0.0.0-20241212192544-4710020385f1
Repository: https://github.com/hackborn/onefunc.git
Documentation: pkg.go.dev

# README

jacl

Just Another Comparison Library.

This is a small utility intended to ease verifying conditions for complex testing. It is an offshot from a much more extensive library at github.com/hackborn/jacl.

# Functions

Run compares a list of terms against a target.
RunErr compares two errors, returning if they do not match.
RunOpts compares a list of terms against a target.

# Structs

No description provided by the author