Skip to content

deepfabric/discovery

Repository files navigation

service discovery via etcd v3

How to run unit test

go get github.com/golang/dep

  • install dependencies

dep ensure

  • start local etcd, which listens at 127.0.0.1:2379 by default

etcd

  • run tests

go test

Documentation

https://godoc.org/github.com/deepfabric/discovery

Releases

No releases published

Packages

No packages published

Languages