mirror of https://github.com/tikv/website.git
Fix go client link
Signed-off-by: Ana Hobden <operator@hoverbear.org>
This commit is contained in:
parent
a2752d8b29
commit
9fff1d6bc0
|
|
@ -21,7 +21,7 @@ There are several clients that connect to TiKV:
|
||||||
|
|
||||||
* [Rust](https://github.com/tikv/client-rust)
|
* [Rust](https://github.com/tikv/client-rust)
|
||||||
* [Java](https://github.com/tikv/client-java)
|
* [Java](https://github.com/tikv/client-java)
|
||||||
* [Go](https://github.com/pingcap/tidb/store/tikv)
|
* [Go](https://github.com/tikv/client-go)
|
||||||
|
|
||||||
Below we use the Rust client for some examples, but you should find all clients work similarly.
|
Below we use the Rust client for some examples, but you should find all clients work similarly.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue