Merge pull request #12579 from ianwoolf/fix-clientv3-readme

docs: update client v3's godoc link in readme
This commit is contained in:
Gyuho Lee 2020-12-23 14:08:30 -08:00 committed by GitHub
commit a88877ec7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ The etcd client optionally exposes RPC metrics through [go-grpc-prometheus](http
## Namespacing ## Namespacing
The [namespace](https://godoc.org/go.etcd.io/etcd/clientv3/namespace) package provides `clientv3` interface wrappers to transparently isolate client requests to a user-defined prefix. The [namespace](https://godoc.org/go.etcd.io/etcd/client/v3/namespace) package provides `clientv3` interface wrappers to transparently isolate client requests to a user-defined prefix.
## Request size limit ## Request size limit