God damn you nil map
This commit is contained in:
parent
b3fbd36ba7
commit
9d7bd3f424
@ -82,9 +82,10 @@ func newConsulRegistry(opts ...Option) Registry {
|
|||||||
client, _ := consul.NewClient(config)
|
client, _ := consul.NewClient(config)
|
||||||
|
|
||||||
cr := &consulRegistry{
|
cr := &consulRegistry{
|
||||||
Address: config.Address,
|
Address: config.Address,
|
||||||
Client: client,
|
Client: client,
|
||||||
Options: options,
|
Options: options,
|
||||||
|
register: make(map[string]uint64),
|
||||||
}
|
}
|
||||||
|
|
||||||
return cr
|
return cr
|
||||||
|
Loading…
Reference in New Issue
Block a user