提交 b30acd30 编写于 作者: B BoDing

test: user driver-go v2 latest

上级 270b6f2a
...@@ -98,11 +98,7 @@ pip install git+https://github.com/taosdata/taos-connector-python.git ...@@ -98,11 +98,7 @@ pip install git+https://github.com/taosdata/taos-connector-python.git
Just need to add `driver-go` dependency in `go.mod` . Just need to add `driver-go` dependency in `go.mod` .
```go-mod title=go.mod ```go-mod title=go.mod
module goexample {{#include docs/examples/go/go.mod}}
go 1.17
require github.com/taosdata/driver-go/v2 develop
``` ```
:::note :::note
......
...@@ -2,4 +2,4 @@ module goexample ...@@ -2,4 +2,4 @@ module goexample
go 1.17 go 1.17
require github.com/taosdata/driver-go/v2 v2.0.2 require github.com/taosdata/driver-go/v2 latest
...@@ -99,11 +99,7 @@ pip install git+https://github.com/taosdata/taos-connector-python.git ...@@ -99,11 +99,7 @@ pip install git+https://github.com/taosdata/taos-connector-python.git
编辑 `go.mod` 添加 `driver-go` 依赖即可。 编辑 `go.mod` 添加 `driver-go` 依赖即可。
```go-mod title=go.mod ```go-mod title=go.mod
module goexample {{#include docs/examples/go/go.mod}}
go 1.17
require github.com/taosdata/driver-go/v2 develop
``` ```
:::note :::note
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册