Structure Data with Protocol Buffers in GoLang
When building distributed services, you’re communicating between the services over a network.
To send data (such as your structs) over a network, you need to encode the data in a format to transmit, and lots of programmers choose JSON.
When you’re bu...
baselrabia.hashnode.dev9 min read