Skip to content

Support public imports #4

@ydnar

Description

@ydnar

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 public are renamed when aliased or copied into the destination package.
  • Consider an option to rename the symbol in an importing package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions