Title: Show HN: AssertGo – Fluent Assertion Library for Go (opens in new tab)
I like AssertJ-style fluent assertions. I tried to find a library that does that for Go, but couldn't. So I wrote my own some time ago, but I didn't quite like it. A few days ago I heard about Go 1.27 and the addition of generic methods, so I gave it another try.
Read the original article