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

Better compatibility to field names generated by protoc-gen-go #96

Merged
merged 3 commits into from
Feb 4, 2016

Commits on Jan 28, 2016

  1. Avoid converting proto <-> golang field names at runtime

    Use the metadata proto.GetProperty returns instead.
    
    Since the conversion rule is getting complicated, it is hard to emulate
    the rule. c.f. #85
    yugui committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    d70bef7 View commit details
    Browse the repository at this point in the history
  2. Stop emulating protobuf <-> golang field name conversion

    Use the implementation in protoc-gen-go itself
    yugui committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    2c9d00e View commit details
    Browse the repository at this point in the history
  3. Re-generate example files

    yugui committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    1da1435 View commit details
    Browse the repository at this point in the history