1
0
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:
Asim Aslam
2019-10-02 20:33:59 +01:00
committed by GitHub
parent 1129803bcb
commit 31026da2a1

View File

@ -19,7 +19,7 @@ import (
)
var (
prefix = "/micro-registry"
prefix = "/micro/registry"
)
type etcdRegistry struct {