Merge pull request #22 from iamqizhao/master
Fix the broken import path in the generated code
This commit is contained in:
@ -507,7 +507,7 @@ string GetServices(const google::protobuf::FileDescriptor* file) {
|
|||||||
"\t\"io\"\n");
|
"\t\"io\"\n");
|
||||||
}
|
}
|
||||||
printer.Print(
|
printer.Print(
|
||||||
"\t\"github.com/google/grpc-go\"\n"
|
"\t\"github.com/google/grpc-go/rpc\"\n"
|
||||||
"\tcontext \"golang.org/x/net/context\"\n"
|
"\tcontext \"golang.org/x/net/context\"\n"
|
||||||
"\tproto \"github.com/golang/protobuf/proto\"\n"
|
"\tproto \"github.com/golang/protobuf/proto\"\n"
|
||||||
")\n\n");
|
")\n\n");
|
||||||
|
Reference in New Issue
Block a user