Fixes more go package references
This commit is contained in:
@ -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"
|
||||
)
|
||||
|
@ -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"
|
||||
)
|
||||
|
Reference in New Issue
Block a user