Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhangjian authored Feb 11, 2024
1 parent 531a4bf commit a8e8d66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ OpenGemini 是华为云开源的一款云原生分布式时序数据库,获取
import . "github.com/openGemini/opengemini-client-go/opengemini"
```

创建一个客户端
创建客户端

```go
config := &Config{
Expand All @@ -36,7 +36,7 @@ if err != nil {
}
```

创建一个数据库
创建数据库

```go
exampleDatabase := "ExampleDatabase"
Expand All @@ -47,7 +47,7 @@ if err != nil {
}
```

写入单点
写入单个点

```go
exampleMeasurement := "ExampleMeasurement"
Expand Down Expand Up @@ -89,7 +89,7 @@ if err != nil {
}
```

发起一个请求
执行查询

```go
q := Query{
Expand Down

0 comments on commit a8e8d66

Please sign in to comment.