aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2025-01-04 15:08:53 +0100
committerStefan Majewsky <majewsky@gmx.net>2025-01-04 15:08:53 +0100
commit807a25b638e38d7c0446bb728412fb16fd035035 (patch)
tree4cfcb99bd00857ca3296b6dbb259976dcaaae689 /README.md
downloadgo-gg-807a25b638e38d7c0446bb728412fb16fd035035.tar.gz
init
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e86b816
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# 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.