Blog CRUD App (client & server) using generated codes by protobuf (https://developers.google.com/protocol-buffers/docs/gotutorial)
- Write out the proto file to define the service
- Use the command in
generate.sh
to generate the Go file - Run the server & client respectively