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