|
|
|
|
|
by jeeyoungk
645 days ago
|
|
The Go ecosystem (at least in the public) heavily encourages committing all generated code as go code is meant to be functional via a simple `go get`. Even a popular project like Kubernetes is full of generated protobufs committed in the codebase. |
|