assert - generic asserts
Oct 19, 2022
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.