From 807a25b638e38d7c0446bb728412fb16fd035035 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sat, 4 Jan 2025 15:08:53 +0100 Subject: init --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.2.3