From a1ee802accc9dfdc3d04768c8c9a39a194a3aa20 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 18 Aug 2021 20:02:47 -0400 Subject: [PATCH] deprecated Signed-off-by: Christine Dodrill --- doc.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index 8da0d97..b01a418 100644 --- a/doc.go +++ b/doc.go @@ -1,6 +1,7 @@ // Package gonads is a collection of monadic constructs lifted out of the Haskell and Rust // standard libraries for use with Go 2 generics. // -// Please do not use this library in production. This package is Deprecated and should not -// be used in production. +// Deprecated: this library is a shitpost and if you use it in production and want to have +// some kind of support, please contact me at gonads@xeserv.us so we can negotiate a +// support contract. package gonads