未验证 提交 55008839 编写于 作者: P plum-lihui 提交者: GitHub

Merge pull request #1414 from sangshuduo/add-go-module-taosSql-full-path

[TD-45] change taosSql go module to full path
...@@ -745,7 +745,7 @@ TDengine also provides a Go client package named _taosSql_ for users to access T ...@@ -745,7 +745,7 @@ TDengine also provides a Go client package named _taosSql_ for users to access T
```Go ```Go
import ( import (
"database/sql" "database/sql"
_ "taosSql" _ "github.com/taosdata/driver-go/taosSql"
) )
``` ```
......
...@@ -19,7 +19,7 @@ import ( ...@@ -19,7 +19,7 @@ import (
"time" "time"
"log" "log"
"fmt" "fmt"
_ "taosSql" _ "github.com/taosdata/driver-go/taosSql"
) )
func main() { func main() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册