aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: eb401cc64c5a19387d3266d52cdd369f93734d64 (plain)
1
2
3
4
5
6
7
8
# gg (Generic Generics)

A Go library for the generic types that should be in the standard library, but aren't.
Currently, this includes [Option](./option/), but `Result` or `Either` could also be added once there is a compelling usecase for myself.

## No release?

This type relies on behavior that is being introduced in Go 1.24. The 1.0 release will be made as soon as Go 1.24 releases.