docs: remove Ineffective code block (#20703)

This commit is contained in:
Shude Li 2024-06-18 13:33:51 +08:00 committed by GitHub
parent 9a2c5b82ad
commit 3a21cebb17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,8 +49,6 @@ for their types, this is autogenerated via [buf](https://buf.build/)
If modules use [Collections](../../build/packages/02-collections.md) or [ORM](../../build/packages/03-orm.md), encoding and decoding are handled, marshal and unmarshal should not be handled manually unless for specific cases identified by the developer.
```go reference
### Gogoproto
Modules are encouraged to utilize Protobuf encoding for their respective types. In the Cosmos SDK, we use the [Gogoproto](https://github.com/cosmos/gogoproto) specific implementation of the Protobuf spec that offers speed and DX improvements compared to the official [Google protobuf implementation](https://github.com/protocolbuffers/protobuf).