Go to file
Brian Matheson 9b71884b9c add some logging 2019-04-17 19:37:43 +00:00
.gitignore Initial commit 2018-04-12 17:07:52 +00:00
Gopkg.toml Initial commit. 2018-04-12 10:10:17 -07:00
Makefile add a makefile to capture the module env var setting 2019-04-16 13:02:30 +00:00
README.md . 2019-04-16 13:04:26 +00:00
discovery.go Initial commit. 2018-04-12 10:10:17 -07:00
easy_client.go Bug: Crash when a transaction fails due to io issues. 2018-12-18 10:57:02 -08:00
easy_config.go add some logging 2019-04-17 19:37:43 +00:00
go.mod update dependencies 2019-04-16 12:50:31 +00:00
go.sum update dependencies 2019-04-16 12:50:31 +00:00
pair.go Initial commit. 2018-04-12 10:10:17 -07:00
queue.go return 0 and use correct get modifier func 2019-04-16 12:48:43 +00:00

README.md

etcd_tools

Collection of little libraries for working with etcd.

This uses modules and requires setting GO111MODULE=on if you're building in the GOPATH