Merge pull request #267 from iamqizhao/master

fix rpc_util_test
This commit is contained in:
Qi Zhao
2015-07-28 12:45:17 -07:00

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"