mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2024-12-29 12:17:48 +00:00
2e7817f117
In order to migrate v1 to wrap v2, we need a way to reproduce the awful enum "names" that v1 used, which was the concatenation of the proto package with the Go identifier used for the enum. To support this: * Move the camel case logic from compiler/protogen to internal/strs * Add a small stub in internal/impl to expose this functionality Change-Id: I8ff31daa9ae541e5788dc04d2e89eae1574877e4 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/191637 Reviewed-by: Damien Neil <dneil@google.com> |
||
---|---|---|
.. | ||
cmd | ||
conformance | ||
descfmt | ||
descopts | ||
detrand | ||
encoding | ||
errors | ||
fieldnum | ||
filedesc | ||
filetype | ||
flags | ||
impl | ||
mapsort | ||
pragma | ||
set | ||
strs | ||
testprotos |