fix rpc_util_test

This commit is contained in:
iamqizhao
2015-07-28 12:37:53 -07:00
parent c7273a81a5
commit 31fa21984e

View File

@ -36,10 +36,8 @@ package grpc
import ( import (
"bytes" "bytes"
"io" "io"
"math"
"reflect" "reflect"
"testing" "testing"
"time"
"github.com/golang/protobuf/proto" "github.com/golang/protobuf/proto"
"golang.org/x/net/context" "golang.org/x/net/context"