Skip to content

davidfeldner/tiny-grpc-go-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc

protoc is from protoc-gen-go (installed via go and need to be on path) Call "protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative ./proto/.proto" or use alias "protoc ./proto/.proto"

After generating the code run "go mod tidy" to update the go.mod file with the new dependencies

if client gets something like "Unimplemented desc = method ExampleMethod not implemented", the go server might be missing the implementation of the method

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages