From 7b766d82b6b5c11d94ddccd51e13685df53369f2 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 24 Apr 2022 16:28:35 +0000 Subject: [PATCH] Add package docs Signed-off-by: Xe Iaso --- doc.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..8298a12 --- /dev/null +++ b/doc.go @@ -0,0 +1,8 @@ +// Package gonads is full of Go generics antipatterns and things you should not +// use in production. +// +// This is mostly made up of shitposts and things that I wish I could have in +// Go if it were a slightly better language. +// +// Deprecated: This is antipatterns incarnate. Do not use this. +package gonads