Categorygithub.com/DeepayanMallick/go-grpc-basic-api
module
0.0.0-20221219111238-6c64ddf09da6
Repository: https://github.com/deepayanmallick/go-grpc-basic-api.git
Documentation: pkg.go.dev

# README

go grpc basic api

In this project I build a basic API using gRPC and protobufs in Go


Run this command to generate proto file

protoc --go_out=. --go_opt=paths=source_relative \
    --go-grpc_out=. --go-grpc_opt=paths=source_relative \
    proto/service.proto

# Packages

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