Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update-go-api #2455

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-2.0-en/14.client/6.nebula-go-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ go get -u -v github.com/vesoft-inc/nebula-go/v3@v{{go.release}}

## API reference

Click [here](https://pkg.go.dev/github.com/vesoft-inc/nebula-go/v3@v3.6.1#section-documentation) to check the functions and types provided by the GO Client.
Click [here](https://pkg.go.dev/github.com/vesoft-inc/nebula-go/v3@v3.7.0#section-documentation) to check the functions and types provided by the GO Client.

## Core of the example code

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-zh/14.client/6.nebula-go-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $ go get -u -v github.com/vesoft-inc/nebula-go@<tag>

## API 文档

点击[此处](https://pkg.go.dev/github.com/vesoft-inc/nebula-go/v3@v3.6.1#section-documentation)查看 Go 客户端提供的各种方法和类型。
点击[此处](https://pkg.go.dev/github.com/vesoft-inc/nebula-go/v3@v3.7.0#section-documentation)查看 Go 客户端提供的各种方法和类型。

## 核心代码

Expand Down