Skip to content

Commit 5e0f767

Browse files
authored
docs: remove Ineffective code block (backport #20703) (#20711)
1 parent ea16396 commit 5e0f767

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/docs/learn/advanced/05-encoding.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ for their types, this is autogenerated via [buf](https://buf.build/)
4949

5050
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.
5151

52-
```go reference
53-
5452
### Gogoproto
5553

5654
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).

0 commit comments

Comments
 (0)