Fixes more go package references

This commit is contained in:
Tim Emiola
2015-02-24 17:22:37 -08:00
parent a94d7e772e
commit c17a3d4b7c
2 changed files with 2 additions and 2 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"
)

View File

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