You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generated golang bindings invoke proto.Register with a "file name" and
a metadata blob. The primary goal of this change is to support protobuf
reflection libraries that attempt to examine the generated metadata
blobs; abbreviated file names (prior to this change set) make reflection
difficult. A secondary goal is to avoid overlap with other non-fully
qualified proto packages: a longer, fully qualified package root has
less chance of overlapping with that of another package in the wild.
0 commit comments