Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 713 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 713 Bytes

TiDB Cloud API Samples (Go)

This directory contains the TiDB Cloud API samples in Go.

Prerequisites

  1. Before you start, make sure you have completed the Quick start and configured the required environment variables.

  2. If you don't already have Go in your environment, install Go.

    The Go version must be >= v1.13.

After you complete the prerequisites, you can try out the Go code sample in this directory. Happy coding!