move transport (#1967)

This commit is contained in:
Asim Aslam
2020-08-23 18:37:22 +01:00
committed by GitHub
parent d60d85de5c
commit c62d1d5eb8
49 changed files with 56 additions and 56 deletions

View File

@@ -11,10 +11,10 @@ import (
"github.com/micro/go-micro/v3/broker/http"
"github.com/micro/go-micro/v3/codec"
"github.com/micro/go-micro/v3/debug/trace"
"github.com/micro/go-micro/v3/network/transport"
thttp "github.com/micro/go-micro/v3/network/transport/http"
"github.com/micro/go-micro/v3/registry"
"github.com/micro/go-micro/v3/registry/mdns"
"github.com/micro/go-micro/v3/transport"
thttp "github.com/micro/go-micro/v3/transport/http"
)
type Options struct {