msgp is a code generation tool for creating methods to serialize and deserialize Go data structures to and from MessagePack.
go get github.com/tinylib/msgpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate MessagePack serialization methods for a struct using the msgp tool.
Install the tool with 'go install github.com/tinylib/msgp@latest' and run it on your package.
No dependency data recorded yet.