mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 11:58:21 +00:00
cab8dfee90
Add initial handling of location paths (arrays of integers identifying an entity in a .proto source file). Expose path info in protogen; each descriptor has a Path field containing its location path. Format comments in protoc-gen-go. This contains one change from github.com/golang/protobuf: Package comments are now included before the package statement (but not attached to it) and use // comment syntax instead of /* */. e.g., Before: package test /* This package contains interesting messages. */ After: // This package contains interesting messages. package test Change-Id: Ieee13ae77b3584f7562183100554d3df732348aa Reviewed-on: https://go-review.googlesource.com/133915 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com> |
||
---|---|---|
.. | ||
testdata/go_package | ||
names_test.go | ||
names.go | ||
protogen_test.go | ||
protogen.go |