protobuf-go/protogen
Joe Tsai 5681bb2587 protogen: use _protoFile suffix for file descriptor variable
A "_ProtoFile" suffix can potentially conflict with a sub-message named
"ProtoFile" nested within a message that matches the camel-cased
form of the basename of the .proto source file.

Avoid unlikely conflicts and rename this to use a "_protoFile" suffix,
which can never conflict except with an enum value that is also named
"protoFile" (which is a violation of the style guide).

Change-Id: Ie9d22f9f741a63021b8f76906b20c6c2f599885b
Reviewed-on: https://go-review.googlesource.com/c/157218
Reviewed-by: Damien Neil <dneil@google.com>
2019-01-14 20:23:59 +00:00
..
testdata/go_package protogen, cmd/protoc-gen-go: initial commit 2018-08-22 17:08:04 +00:00
names_test.go protogen: simplify and fix naming derivation logic 2018-12-14 18:30:52 +00:00
names.go protogen: use types.Universe.Names for list of builtin identifiers 2019-01-14 20:10:11 +00:00
protogen_test.go cmd/protoc-gen-go: generate public imports by parsing the imported .pb.go 2019-01-03 21:46:42 +00:00
protogen.go protogen: use _protoFile suffix for file descriptor variable 2019-01-14 20:23:59 +00:00