mirror of
https://github.com/go-micro/go-micro.git
synced 2025-08-04 21:42:57 +02:00
Update etcd.go
Use /micro/registry as the etcd key prefix
This commit is contained in:
@ -19,7 +19,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
prefix = "/micro-registry"
|
||||
prefix = "/micro/registry"
|
||||
)
|
||||
|
||||
type etcdRegistry struct {
|
||||
|
Reference in New Issue
Block a user