提交 b43fab34 编写于 作者: D dingbo

docs: typo

上级 63fa91c0
...@@ -47,7 +47,7 @@ import ( ...@@ -47,7 +47,7 @@ import (
) )
func main() { func main() {
dsn := os.Getenv("TDENGINE_CLOUD_TOKEN") dsn := os.Getenv("TDENGINE_GO_DSN")
taos, err := sql.Open("taosRestful", dsn) taos, err := sql.Open("taosRestful", dsn)
if err != nil { if err != nil {
fmt.Println("failed to connect TDengine, err:", err) fmt.Println("failed to connect TDengine, err:", err)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册