Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a complie error in generated go files #71

Merged
merged 2 commits into from
Dec 10, 2015

Commits on Dec 9, 2015

  1. Follow changes in protoc-gen-go

    Regenerated files with github.com/golang/protobuf@68415e7123da32b07eab49c96d2c4d6158360e9b
    yugui committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    d0e3351 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2015

  1. Fix a complie error in generated go files

    Fixes #67.
    
    protoc-gen-go started to keep unused imports of .proto files.
    So we need to map google/api/annotation.proto to a valid golang import path.
    
    Another possible solution was to map the proto file to some harmless package,
    e.g. "fmt".  But it would be safer to map it to a valid path.
    yugui committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    45e2243 View commit details
    Browse the repository at this point in the history