1 // Package etcd provides an Instancer and Registrar implementation for etcd. If 2 // you use etcd as your service discovery system, this package will help you 3 // implement the registration and client-side load balancing patterns. 4 package etcd 5