From edce2ca32ce936958a87ae98e2a626316bf3baca Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Mon, 22 Nov 2021 15:34:18 -0600 Subject: [PATCH] Create README.md add a readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b009a8f --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# generic + +playing with Go 1.18 generics + +don't use this for anything, I'm not promising any API stability at all, this is purely just to learn how generics work. +I'm pretty sure collections and stuff like that will be in the stdlib, just seeing how things fit together and feel