aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2025-02-12 16:46:20 +0100
committerStefan Majewsky <majewsky@gmx.net>2025-02-12 16:52:35 +0100
commit23862346411fb921e1a45f25011c3db601f8591d (patch)
treee611d45959a8ad311e9b6c91e4ef123a3fbcf8e9 /README.md
parente739523ac1f926007fcfd8d82e5559df37cc6c6b (diff)
downloadgo-gg-23862346411fb921e1a45f25011c3db601f8591d.tar.gz
v1.0.0v1.0.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index eb401cc..b5c5010 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,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.
+Currently, this includes [Option](./option/).
+I may additional types like `Result`, `Either` or `Pair` if:
-## 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.
+- there is a compelling usecase for myself, and
+- an API can be built that is ergonomic in practice (this is the biggest reason why `Result` might never happen).