Categorygithub.com/galihsatriawan/go-grpc-std
repositorypackage
0.0.1
Repository: https://github.com/galihsatriawan/go-grpc-std.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Preparation

  • Copy protobuf-import.sh to your project directory
  • Execute protobuf-import.sh

Import protofile in destination proto

import "github.com/galihsatriawan/go-grpc-std/proto/response.proto";

Generate Protobuf

protoc -I ./protobuf-import --proto_path=model --go_out=plugins=grpc:model --go_opt=paths=source_relative model/*.proto