Categorygithub.com/krushn/protobuf
module
0.1.2
Repository: https://github.com/krushn/protobuf.git
Documentation: pkg.go.dev

# README

How to modify

  • Update protobuf file at proto/message.proto

  • Generate grpc and interface type

    export PATH="$PATH:$(go env GOPATH)/bin"

    protoc --proto_path=./proto --go_out=./ --go-grpc_out=./ message.proto

  • Update module

    git tag v0.1.0

    git push origin v0.1.0

    GOPROXY=proxy.golang.org go list -m github.com/krushn/[email protected]

    go get github.com/krushn/[email protected]

# Packages

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