client-go/examples
Hu# 8fd09cd88c
config support both path and names (#683)
Signed-off-by: HuSharp <jinhao.hu@pingcap.com>
2023-02-02 18:11:45 +08:00
..
gcworker config support both path and names (#683) 2023-02-02 18:11:45 +08:00
rawkv config support both path and names (#683) 2023-02-02 18:11:45 +08:00
txnkv config support both path and names (#683) 2023-02-02 18:11:45 +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