assert
A simple assertion library using Go generics (by alecthomas)
genfuncs
Go 1.18+ polymorphic generic containers and functions. (by nwillc)
assert | genfuncs | |
---|---|---|
2 | - | |
161 | 51 | |
1.2% | - | |
2.4 | 2.7 | |
13 days ago | almost 3 years ago | |
Go | Go | |
MIT License | ISC License |
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
genfuncs
Posts with mentions or reviews of genfuncs.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning genfuncs yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing assert and genfuncs you can also consider the following projects:
be - The Go test helper for minimalists
go18ds - Go Data Structures using Go 1.18 generics.
go-cmp - Package for comparing Go values in tests
go-rampart - Determine how intervals relate to each other.
go-utils - Simple and performant utilies using Go generics inspired by JavaScript and Python
gogu - A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library.