1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-29 08:12:21 +00:00
2018-06-26 08:11:43 +08:00

20 lines
321 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 4.2. Protobuf简介
TODO
<!--
pb基本用法pb其实就是json我们不关心底层的编码和性能
pb2和pb3区别
pb和json的区别pb有些限制比如 map 只能嵌套field名字不能随机变化
嵌套时只能时msg或map到一些限制
rpc 语法
扩展语法
包体系结构
-->