Fixing path for pb import

Was missing grpc in the path
pull/3109/head
Dan Ciruli 10 years ago
parent df2489b0ea
commit cd3379fbeb
  1. 2
      go/greeter_client/main.go

@ -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"
)

Loading…
Cancel
Save