tinylib / msgp

A Go code generator for MessagePack / msgpack.org[Go]
MIT License
1.81k stars 192 forks source link

Extension interface is too generic #337

Closed sylr closed 1 year ago

sylr commented 1 year ago

Hi,

I believe Len() is a name that is too generic.

I'd like to make an extension for a struct that already has a Len() method.

Regards.