-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
featureNew feature or requestNew feature or request
Description
A proto file imported from another proto file using import public ... will have its exported types aliased in the generated Go code, and vars copied. Currently the Go code generator doesn’t check to see if the imported symbols clobber existing symbols in the importing package.
- Ensure symbols imported using
import publicare renamed when aliased or copied into the destination package. - Consider an option to rename the symbol in an importing package.
flymedllva
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request