change import package

This commit is contained in:
yangzhouhan
2015-06-02 14:07:14 -07:00
parent 585c999c1f
commit b76b70f703

View File

@ -38,12 +38,14 @@ package benchmark
import (
"golang.org/x/net/context"
"google.golang.org/grpc"
testpb "google.golang.org/grpc/benchmark/grpc_testing"
"google.golang.org/grpc/grpclog"
"io"
"math"
"net"
"google.golang.org/grpc"
testpb "google.golang.org/grpc/benchmark/grpc_testing"
"google.golang.org/grpc/grpclog"
)
func newPayload(t testpb.PayloadType, size int) *testpb.Payload {