assert - generic asserts

Oct 20, 2023

https://github.com/alecthomas/assert

A simple assertion library using Go generics

This library is inspired by testify/require, but with a significantly reduced API surface based on empirical use of that package.

↑ up