Merge pull request #12430 from meadlai/master

Fix go get cmd
This commit is contained in:
Jingyi Hu 2020-11-03 22:52:24 +08:00 committed by GitHub
commit cd09726ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
## Install
```bash
go get go.etcd.io/etcd/clientv3
go get go.etcd.io/etcd/client/v3
```
## Get started