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 set ,import_path=mypackage_path #212

Closed
aggronmagi opened this issue Aug 7, 2016 · 1 comment
Closed

protoc-gen-go set ,import_path=mypackage_path #212

aggronmagi opened this issue Aug 7, 2016 · 1 comment

Comments

@aggronmagi
Copy link

rezult:
import proto "mypackage_pathgithub.com/golang/protobuf/proto"

github.com/golang/protobuf/protoc-gen-go/generator/generator.go 1325
g.P("import " + g.Pkg["proto"] + " " + strconv.Quote(g.ImportPrefix+"github.com/golang/protobuf/proto"))

???
g.P("import " + g.Pkg["proto"] + " " + strconv.Quote("github.com/golang/protobuf/proto"))

@jmasonISP
Copy link

This is a duplicate of #181

@bcmills bcmills closed this as completed Sep 21, 2016
@golang golang locked and limited conversation to collaborators Jun 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants