Fixing path for pb import

Was missing grpc in the path
This commit is contained in:
Dan Ciruli 2015-02-24 11:56:02 -08:00
parent df2489b0ea
commit cd3379fbeb
1 changed files with 1 additions and 1 deletions

View File

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