client: README: update to new go.mod paths

The paths in the readme and go.dev docs are out of date after v3.5
This commit is contained in:
Brandon Philips 2021-06-15 19:47:22 -07:00 committed by GitHub
parent 56678038b5
commit 1a943350b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# etcd/clientv3
# etcd/client/v3
[![Docs](https://img.shields.io/badge/docs-latest-green.svg)](https://etcd.io/docs)
[![Godoc](https://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/go.etcd.io/etcd/clientv3)
[![Godoc](https://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/go.etcd.io/etcd/client/v3)
`etcd/clientv3` is the official Go etcd client for v3.