From cd3379fbeb80bd9741eda750ecbd2cc2e1474d23 Mon Sep 17 00:00:00 2001 From: Dan Ciruli Date: Tue, 24 Feb 2015 11:56:02 -0800 Subject: Fixing path for pb import Was missing grpc in the path --- go/greeter_client/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go') diff --git a/go/greeter_client/main.go b/go/greeter_client/main.go index 3398040d7e..065ae852bc 100644 --- a/go/greeter_client/main.go +++ b/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" ) -- cgit v1.2.3