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

protoc-gen-go: add paths=source_relative option #544

Merged
merged 4 commits into from
Mar 6, 2018
Merged

Commits on Mar 3, 2018

  1. protoc-gen-go: add paths=source_relative option

    When --go_out=paths=source_relative:., output filenames are always
    derived from the input filenames. For example, the output file
    for a/b/c.proto will always be a/b/c.pb.go, regardless of the
    presence or absence of a go_package option in the input file.
    
    Fixes golang#515.
    neild committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    d8f9204 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Configuration menu
    Copy the full SHA
    0d3a890 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Configuration menu
    Copy the full SHA
    aef41ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30dc125 View commit details
    Browse the repository at this point in the history