Browse Source

Documentation: add clientv3 links to libraries

Gyu-Ho Lee 9 năm trước cách đây
mục cha
commit
fd7685f3a1

+ 2 - 1
Documentation/libraries-and-tools.md

@@ -17,7 +17,8 @@
 
 
 **Go libraries**
 **Go libraries**
 
 
-- [etcd/client](https://github.com/coreos/etcd/blob/master/client) - the officially maintained Go client
+- [etcd/clientv3](https://github.com/coreos/etcd/blob/master/clientv3) - the officially maintained Go client for v3
+- [etcd/client](https://github.com/coreos/etcd/blob/master/client) - the officially maintained Go client for v2
 - [go-etcd](https://github.com/coreos/go-etcd) - the deprecated official client. May be useful for older (<2.0.0) versions of etcd.
 - [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**
 **Java libraries**