/gogoproto

Protocol Buffers for Go with Gadgets for Cosmos

Primary LanguageGoOtherNOASSERTION

Protocol Buffers for Go with Gadgets

Cosmos's fork of gogo/protobuf.

Build Status GoDoc

This code generation is used to achieve:

  • fast marshalling and unmarshalling
  • more canonical Go structures
  • goprotobuf compatibility
  • less typing by optionally generating extra helper code
  • peace of mind by optionally generating test and benchmark code
  • other serialization formats

More information in the original readme.