Change name in string

This commit is contained in:
Asim 2016-05-06 20:16:35 +01:00 committed by Vasiliy Tolstov
parent 504e3f0039
commit dd6cda3537

View File

@ -427,7 +427,7 @@ func (m *gossipRegistry) Watch() (registry.Watcher, error) {
}
func (m *gossipRegistry) String() string {
return "memory"
return "gossip"
}
func NewRegistry(opts ...registry.Option) registry.Registry {