https://github.com/icemap/tidb-golang-gitpod
An empty gitpod golang env and pre-installed TiDB
https://github.com/icemap/tidb-golang-gitpod
Last synced: 12 months ago
JSON representation
An empty gitpod golang env and pre-installed TiDB
- Host: GitHub
- URL: https://github.com/icemap/tidb-golang-gitpod
- Owner: Icemap
- License: apache-2.0
- Created: 2022-06-01T08:34:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-01T10:40:12.000Z (about 4 years ago)
- Last Synced: 2025-03-01T21:42:51.792Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tidb-golang-gitpod
It's an empty gitpod environment and pre-installed TiDB, Golang and mycli.
## Usage
1. Clean & Build:
```shell
go build -o bin/tidb-golang-gitpod
```
2. Run
```shell
bin/tidb-golang-gitpod
```