Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 91 words in the discussion.

Trending Topics

#gogo#gogoproto#implementation#still#hope#auto#build#python#class#grpc

Discussion (5 Comments)Read Original on HackerNews

est29 minutes ago
Hope it can auto build a python class from gRPC gateway reflections.
usrnmabout 1 hour ago
After gogoproto I'm hesitant to depend on another non-standard implementation, getting off gogo was a pain. This thing may be better than the one from Google (gogo definitely was), but can we be sure that it will still be around in 10 years?
didip39 minutes ago
What was the backstory of gogoproto?
usrnm16 minutes ago
The golang implementation of protobuf sucked historically (still does, but is improving) and gogo was an alternative that fixed a lot of problems and was nicer overall. Until its creator burned out and deprecated it. Chasing a constantly moving target that you have no control over is very taxing in the long run.