9 lines
310 B
Go
9 lines
310 B
Go
// 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
|