Skip to content
Snippets Groups Projects
Commit b3e7c2fb authored by Michael Darakananda's avatar Michael Darakananda Committed by GitHub
Browse files

use proto's go_package option (#17)

* reimplement regen

* regenerate files

This change should fix our ongoing problem with duplicate file names causing failures.

At the moment, this changes requires you to build protobuf from source with this patch to work. Otherwise, we won't be able to properly import descriptor.proto.

- all proto files are deleted, as the new logic does not need to rewrite any part of the proto files.
- google.protobuf.descriptor is removed; it's official home is github.com/golang/protobuf/protoc-gen-go/descriptor.
- the protobuf directory is split into multiple packages. This is a breaking change.
parent 08f135d1
No related branches found
No related tags found
Loading
Showing
with 880 additions and 1404 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment