提交 394fe954 编写于 作者: D dingbo

docs: go connect

上级 0d698d9b
...@@ -66,7 +66,7 @@ Configure the environment variables and check the command. ...@@ -66,7 +66,7 @@ Configure the environment variables and check the command.
### Use go get to install ### Use go get to install
``` ```
go get -u github.com/taosdata/driver-go/v2@develop go get -u github.com/taosdata/driver-go/v2@latest
``` ```
### Manage with go mod ### Manage with go mod
......
...@@ -2,5 +2,4 @@ module goexample ...@@ -2,5 +2,4 @@ module goexample
go 1.17 go 1.17
require github.com/taosdata/driver-go/v2 require github.com/taosdata/driver-go/v2 v2.0.2
...@@ -65,7 +65,7 @@ REST 连接支持所有能运行 Go 的平台。 ...@@ -65,7 +65,7 @@ REST 连接支持所有能运行 Go 的平台。
### 使用 go get 安装 ### 使用 go get 安装
`go get -u github.com/taosdata/driver-go/v2@develop` `go get -u github.com/taosdata/driver-go/v2@latest`
### 使用 go mod 管理 ### 使用 go mod 管理
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册