client-go/examples
Ryan Leung bfab41501b
update pd client to the latest master (#1195)
Signed-off-by: Ryan Leung <rleungx@gmail.com>
2024-02-29 15:58:03 +08:00
..
gcworker update pd client to the latest master (#1195) 2024-02-29 15:58:03 +08:00
rawkv update pd client to the latest master (#1195) 2024-02-29 15:58:03 +08:00
txnkv update pd client to the latest master (#1195) 2024-02-29 15:58:03 +08:00
.gitignore examples/*: rm go.sum (#231) 2021-07-13 07:17:17 +00:00
README.md examples/*: rm go.sum (#231) 2021-07-13 07:17:17 +00:00

README.md

TiKV Go Client Example

TiKV Go Client Example provides examples for TiKV Go Client

Developing

Building Examples:

To build examples/rawkv:

cd ./examples/rawkv
go mod tidy
go build