1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-10 21:52:01 +02:00
This commit is contained in:
Asim Aslam
2019-07-07 12:33:54 +01:00
parent c1097a4509
commit 777a203f96
10 changed files with 10 additions and 10 deletions

View File

@@ -13,8 +13,8 @@ import (
"github.com/micro/go-micro/broker"
"github.com/micro/go-micro/codec"
"github.com/micro/go-micro/metadata"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/network/transport"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/util/addr"
log "github.com/micro/go-micro/util/log"
)