Add content 105-protocol-buffers (#2447)

pull/2454/head
sanjibgirics 2 years ago committed by GitHub
parent 1e82189c88
commit 44a9343a00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/roadmaps/109-golang/content/109-go-microservices/105-protocol-buffers.md

@ -1 +1,7 @@
# Protocol buffers
# Protocol buffers
Protocol Buffers(Protobuf) is a free, open-source, language-neutral, platform-neutral, extensible data format used to serialize structured data.
<BadgeLink colorScheme='blue' badgeText='Official Github' href='https://github.com/protocolbuffers/protobuf/'>Protobuf Github</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://developers.google.com/protocol-buffers/'>Protobuf Doc</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developers.google.com/protocol-buffers/docs/gotutorial/'>Protobuf with Go</BadgeLink>

Loading…
Cancel
Save