1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-10 21:52:01 +02:00

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

@@ -85,6 +85,7 @@ func newConsulRegistry(opts ...Option) Registry {
Address: config.Address,
Client: client,
Options: options,
register: make(map[string]uint64),
}
return cr