v3 refactor (#1868)

* Move to v3

Co-authored-by: Ben Toogood <bentoogood@gmail.com>
This commit is contained in:
Asim Aslam
2020-07-27 13:22:00 +01:00
committed by Vasiliy Tolstov
parent c69131b98c
commit b021fcb130
15 changed files with 57 additions and 67 deletions

View File

@@ -1,8 +1,8 @@
package grpc
import (
"github.com/micro/go-micro/v2/codec"
"github.com/micro/go-micro/v2/codec/bytes"
"github.com/micro/go-micro/v3/codec"
"github.com/micro/go-micro/v3/codec/bytes"
)
type rpcRequest struct {