Skip to content

Commit

Permalink
docs: remove Ineffective code block (backport #20703) (#20711)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jun 18, 2024
1 parent ea16396 commit 5e0f767
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/docs/learn/advanced/05-encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 5e0f767

Please sign in to comment.