Hacker News new | ask | show | jobs
by SPascareli13 654 days ago
You need a separate package to actually serialize protobuf from a congen'd struct, so it uses reflection.
1 comments

Haha the good old circular dependency problem. I am still surprised there are people in the industry that can’t recognise and solve these problems. It is such a classic pattern and its use arises in the wild all the time.