mirror of https://github.com/grpc/grpc-go.git
Use the golang import path
This commit is contained in:
parent
3041c94cd0
commit
7ffe7b2473
|
|
@ -42,10 +42,10 @@ import (
|
|||
"strconv"
|
||||
"time"
|
||||
|
||||
pb "github.com/wonderfly/grpc-go/examples/route_guide"
|
||||
"golang.org/x/net/context"
|
||||
"google.golang.org/grpc"
|
||||
"google.golang.org/grpc/credentials"
|
||||
pb "google.golang.org/grpc/examples/route_guide"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ import (
|
|||
|
||||
"google.golang.org/grpc/credentials"
|
||||
|
||||
pb "github.com/wonderfly/grpc-go/examples/route_guide"
|
||||
pb "google.golang.org/grpc/examples/route_guide"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Reference in New Issue