Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit cf5f748

Browse files
authored
add go example (#56)
1 parent bdde8d3 commit cf5f748

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

docs/src/cn/sdk/go.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,7 @@ CeresDB 使用 SQL 来管理表格,比如创建表、删除表或者新增列
101101
}
102102
fmt.Printf("query table success, rows:%+v\n", resp.Rows)
103103
```
104+
105+
## 示例
106+
107+
你可以在[这里](https://github.com/CeresDB/ceresdb-client-go/blob/main/examples/read_write.go)找到完整的示例。

docs/src/en/sdk/go.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Go
22

3-
## Introduction
4-
5-
ceresdb.Client is a Golang client for CeresDB.
6-
73
## Installation
84

95
```
@@ -107,3 +103,7 @@ Of course, you can also use `create table` statement to manage the table more fi
107103
}
108104
fmt.Printf("query table success, rows:%+v\n", resp.Rows)
109105
```
106+
107+
## Example
108+
109+
You can find the complete example [here](https://github.com/CeresDB/ceresdb-client-go/blob/main/examples/read_write.go).

0 commit comments

Comments
 (0)