Y
Hacker News
new
|
ask
|
show
|
jobs
by
gavinray
951 days ago
From what I've heard from ex-FAANG, I'd wager that a significant portion of the Go is code-generated for things like RPC definitions or service skeletons.
1 comments
dilyevsky
951 days ago
They use bazel so generated rpc code is produced on the fly and is not checked in
link