aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2025-01-06 13:07:17 +0100
committerStefan Majewsky <majewsky@gmx.net>2025-01-06 13:07:17 +0100
commitb7a59fec37be7982f35ee8c431829709b3ba2563 (patch)
tree40bdc05f72f3da91dc4ba45e91541c75fc20717a
parent94325d457deeb41904ae852c57a56cc64474c203 (diff)
downloadgo-gg-b7a59fec37be7982f35ee8c431829709b3ba2563.tar.gz
FYI: no release yet
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e86b816..eb401cc 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,7 @@
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.