Closed philpearl closed 2 years ago
E.g.
type MyThing struct { Slice []MyThing `plenc:"1"` }
Trying to marshal this causes a stack overflow recursively trying to build a codec for the MyThing struct
E.g.
Trying to marshal this causes a stack overflow recursively trying to build a codec for the MyThing struct