Fixes more go package references

pull/3109/head
Tim Emiola 10 years ago
parent 6b99bc5b7f
commit 507a2410f1
  1. 2
      go/greeter_client/main.go
  2. 2
      go/greeter_server/main.go

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

@ -37,7 +37,7 @@ import (
"log" "log"
"net" "net"
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"
) )

Loading…
Cancel
Save