deprecated

Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-08-18 20:02:47 -04:00
parent 58d7d713e8
commit a1ee802acc
1 changed files with 3 additions and 2 deletions

5
doc.go
View File

@ -1,6 +1,7 @@
// Package gonads is a collection of monadic constructs lifted out of the Haskell and Rust // Package gonads is a collection of monadic constructs lifted out of the Haskell and Rust
// standard libraries for use with Go 2 generics. // standard libraries for use with Go 2 generics.
// //
// Please do not use this library in production. This package is Deprecated and should not // Deprecated: this library is a shitpost and if you use it in production and want to have
// be used in production. // some kind of support, please contact me at gonads@xeserv.us so we can negotiate a
// support contract.
package gonads package gonads