protobuf-go/cmd/protoc-gen-go
Joe Tsai fb3ff727f0 cmd/protoc-gen-go: refactor logic to be more compartmentalized
This CL makes no feature changes except to move code around.
The only change to the actual generated code is the placement of
the default constants and variables. They move because the new logic
generates all methods together, while previously the constants
were interspersed in-between.

Change-Id: I45932d5aeec5ba45180fb255ea17898beb6c3bd2
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/186878
Reviewed-by: Herbie Ong <herbie@google.com>
2019-07-19 08:16:51 +00:00
..
internal_gengo cmd/protoc-gen-go: refactor logic to be more compartmentalized 2019-07-19 08:16:51 +00:00
testdata cmd/protoc-gen-go: refactor logic to be more compartmentalized 2019-07-19 08:16:51 +00:00
annotation_test.go proto: move T->*T wrappers from internal/scalar to proto 2019-07-12 17:35:01 +00:00
main.go