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)
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
GOLANG json to Protoc with LocalDateTime, not DateTime
I'm working on a middleware using golang.
I'm consuming a REST-API which returns a Date in form of a LocalDateTime (e.g. "created": "2022-01-09T00:00:00",) and it should get mapped...
jemai
Votes: 0
Answers: 1
how to fix path problem with grpc, go and protoc
is there any fix fro running protoc command for go outside go path. Like I have to export path for every new project...
$ export PATH="$PATH:$(go env GOPATH)/bin"
Rohan
Votes: 0
Answers: 1