From fd82f0b8d5c75d5a661a816085dfae4e9a963746 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Fri, 11 Sep 2015 15:09:17 -0700 Subject: [PATCH] docs: add official client to libraries-and-tools --- Documentation/libraries-and-tools.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/libraries-and-tools.md b/Documentation/libraries-and-tools.md index bb719e009..74209ee55 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -13,7 +13,8 @@ **Go libraries** -- [go-etcd](https://github.com/coreos/go-etcd) - Supports v2 +- [etcd/client](https://github.com/coreos/etcd/blob/master/client) - the officially maintained Go client +- [go-etcd](https://github.com/coreos/go-etcd) - the deprecated official client. May be useful for older (<2.0.0) versions of etcd. **Java libraries**