From Kenton Varda:
Example:
import public "foo/bar.proto";
This means: "Import bar.proto and allow people who import *me* to use all the
types in bar.proto as if they had been imported directly."
This is primarily used to allow people to move types to new files without
having to update every user.
Original issue reported on code.google.com by alr...@google.com on 25 Jul 2011 at 10:31
Original issue reported on code.google.com by
alr...@google.com
on 25 Jul 2011 at 10:31