Categorygithub.com/atullal/ecommerce-backend-protobuf

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

  1. Export the path of the protoc-gen-go and protoc-gen-go-grpc
    export PATH="$PATH:$(go env GOPATH)/bin"
  1. Script to build -
    protoc --proto_path=. --go_out=. --go-grpc_out=. user.proto