Merge pull request #62 from grpc/oaktowner-patch-2

Fixing path for pb import
This commit is contained in:
Tim Emiola 2015-02-24 14:18:27 -08:00
commit 9f94ee30df
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import (
"log"
"os"
pb "github.com/grpc-common/go/helloworld"
pb "github.com/grpc/grpc-common/go/helloworld"
"golang.org/x/net/context"
"google.golang.org/grpc"
)