Merge pull request #17 from iamqizhao/master

run gofmt
This commit is contained in:
Qi Zhao
2015-01-27 18:13:19 -08:00
6 changed files with 7 additions and 7 deletions

View File

@ -36,10 +36,10 @@ package rpc
import (
"io"
"github.com/golang/protobuf/proto"
"github.com/google/grpc-go/rpc/codes"
"github.com/google/grpc-go/rpc/metadata"
"github.com/google/grpc-go/rpc/transport"
"github.com/golang/protobuf/proto"
"golang.org/x/net/context"
)

View File

@ -42,10 +42,10 @@ import (
"os"
"time"
"github.com/golang/protobuf/proto"
"github.com/google/grpc-go/rpc/codes"
"github.com/google/grpc-go/rpc/metadata"
"github.com/google/grpc-go/rpc/transport"
"github.com/golang/protobuf/proto"
"golang.org/x/net/context"
)

View File

@ -41,9 +41,9 @@ import (
"testing"
"time"
"github.com/golang/protobuf/proto"
"github.com/google/grpc-go/rpc/codes"
"github.com/google/grpc-go/rpc/transport"
"github.com/golang/protobuf/proto"
"golang.org/x/net/context"
)

View File

@ -42,11 +42,11 @@ import (
"strings"
"sync"
"github.com/golang/protobuf/proto"
"github.com/google/grpc-go/rpc/codes"
"github.com/google/grpc-go/rpc/credentials"
"github.com/google/grpc-go/rpc/metadata"
"github.com/google/grpc-go/rpc/transport"
"github.com/golang/protobuf/proto"
"golang.org/x/net/context"
)

View File

@ -36,10 +36,10 @@ package rpc
import (
"io"
"github.com/golang/protobuf/proto"
"github.com/google/grpc-go/rpc/codes"
"github.com/google/grpc-go/rpc/metadata"
"github.com/google/grpc-go/rpc/transport"
"github.com/golang/protobuf/proto"
"golang.org/x/net/context"
)

View File

@ -46,12 +46,12 @@ import (
"testing"
"time"
"github.com/golang/protobuf/proto"
"github.com/google/grpc-go/rpc"
"github.com/google/grpc-go/rpc/codes"
"github.com/google/grpc-go/rpc/credentials"
"github.com/google/grpc-go/rpc/metadata"
"github.com/google/grpc-go/rpc"
testpb "github.com/google/grpc-go/rpc/test/testdata"
"github.com/golang/protobuf/proto"
"golang.org/x/net/context"
)