God damn you nil map

This commit is contained in:
Asim 2016-04-09 21:34:45 +01:00
parent b3fbd36ba7
commit 9d7bd3f424

View File

@ -82,9 +82,10 @@ func newConsulRegistry(opts ...Option) Registry {
client, _ := consul.NewClient(config)
cr := &consulRegistry{
Address: config.Address,
Client: client,
Options: options,
Address: config.Address,
Client: client,
Options: options,
register: make(map[string]uint64),
}
return cr