assert
A simple assertion library using Go generics (by alecthomas)
go-utils
Simple and performant utilies using Go generics inspired by JavaScript and Python (by Goldziher)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
assert
Posts with mentions or reviews of assert.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-02.
-
Libraries you use most of your projects?
https://github.com/alecthomas/assert As an assertion library
- alecthomas/assert: A minimalist type-safe drop-in replacement for testify/require
go-utils
Posts with mentions or reviews of go-utils.
We have used some of these posts to build our list of alternatives
and similar projects.
-
A generics based go-utils library
Last week I published this open source package: https://github.com/Goldziher/go-utils
What are some alternatives?
When comparing assert and go-utils you can also consider the following projects:
be - The Go test helper for minimalists
gfn - A lightweight Golang generics library that provides Map, Reduce and more...
go-cmp - Package for comparing Go values in tests
gofn - High performance utility functions using Generics
pie - 🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.
lancet - A comprehensive, efficient, and reusable util function library of Go.