Merge pull request #22 from iamqizhao/master

Fix the broken import path in the generated code
This commit is contained in:
Qi Zhao
2015-01-29 13:39:50 -08:00

View File

@ -507,7 +507,7 @@ string GetServices(const google::protobuf::FileDescriptor* file) {
"\t\"io\"\n");
}
printer.Print(
"\t\"github.com/google/grpc-go\"\n"
"\t\"github.com/google/grpc-go/rpc\"\n"
"\tcontext \"golang.org/x/net/context\"\n"
"\tproto \"github.com/golang/protobuf/proto\"\n"
")\n\n");