python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Monorepo: How to consume a package from another project?
I am trying to create my first monorepo in Go. The project structure looks as follows:
As you can see on the picture, the monoplay folder is the root.
The pb folder contains the generated gRPC code t...
softshipper
Votes: 0
Answers: 1
protoc --go_opt=paths=source_relative vs --go-grpc_opt=paths=source_relative
I am having a hard time figuring out protoc command and go plugin.
What is the different between:
protoc \
# Directory where you want the compiler to write your Go output.
--go_out=.
# vs ?
...
Chris G.
Votes: 0
Answers: 1
How am I supposed to use protoc-gen-go-grpc?
I am trying to generate Go code for some Protocol Buffers as well as a gRPC service.
In the past I have used https://github.com/golang/protobuf with a generate command that looked something like this:...
Nick Corin
Votes: 0
Answers: 1
rpc error: code = DeadlineExceeded desc = context deadline
I have written a simple gRPC server and client applications which will encrypt and decrypt a text. I tried running the client continuously one by one. It works great. No issue up to this point.
I trie...

Vijayakumar Kumarasamy
Votes: 0
Answers: 0