go fmt
This commit is contained in:
parent
42c0c91df7
commit
e00a57bb12
@ -128,9 +128,9 @@ var (
|
|||||||
}
|
}
|
||||||
|
|
||||||
Registries = map[string]func([]string, ...registry.Option) registry.Registry{
|
Registries = map[string]func([]string, ...registry.Option) registry.Registry{
|
||||||
"consul": consul.NewRegistry,
|
"consul": consul.NewRegistry,
|
||||||
"etcd": etcd.NewRegistry,
|
"etcd": etcd.NewRegistry,
|
||||||
"memory": memory.NewRegistry,
|
"memory": memory.NewRegistry,
|
||||||
}
|
}
|
||||||
|
|
||||||
Transports = map[string]func([]string, ...transport.Option) transport.Transport{
|
Transports = map[string]func([]string, ...transport.Option) transport.Transport{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user