From 175e235bd5143e421b997528285178223a2db19c Mon Sep 17 00:00:00 2001 From: forging2012 Date: Fri, 18 Jun 2021 09:34:25 +0800 Subject: [PATCH] Update Readme for install etcd client v3 more visibility Install etcd client v3 --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 4106f77e5..7d78b4f82 100644 --- a/README.md +++ b/README.md @@ -159,10 +159,6 @@ goreman -f ./Procfile.learner start go get go.etcd.io/etcd/client/v3 ``` -`etcd/clientv3` is the official Go etcd client for v3. Read more:[etcd client v3 install](https://github.com/etcd-io/etcd/tree/main/client/v3#install) - -Notes to resolve dependency and compatibility issues for go modules: [#13108](https://github.com/etcd-io/etcd/issues/13108) - ### Next steps Now it's time to dig into the full etcd API and other guides.