Example Golang gRPC Client with Protobuf

This is my learning project for golang gRPC Client with protobuf.

Set Up Project

  1. Init project module with this command

    make init 
  2. Create protobuf file with this command

    make proto-gen
  3. Run project with this command

    make run