Skip to content

croco-br/protobuf-study-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Dependencies

sudo apt install -y protobuf-compiler export PATH="$PATH:$(go env GOPATH)/bin" go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28 go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2 go install github.com/ktr0731/evans@latest

#generate

make generate

#run

make run

#test grpc calls (with evans installed on GOPATH)

evans -r repl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages