mirror of https://github.com/tikv/client-go.git
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.54.0 to 1.56.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.54.0...v1.56.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: disksing <i@disksing.com> |
||
|---|---|---|
| .. | ||
| gcworker | ||
| rawkv | ||
| txnkv | ||
| .gitignore | ||
| README.md | ||
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