提交 4d39e995 编写于 作者: D dingbo

docs: fix typo

上级 e5615d84
...@@ -37,7 +37,7 @@ import ( ...@@ -37,7 +37,7 @@ import (
) )
func main() { func main() {
host := os.Getenv("TDENGIN_TOKEN") token := os.Getenv("TDENGIN_TOKEN")
taosDSN := "https://cloud.taosdata.com?token=" + token taosDSN := "https://cloud.taosdata.com?token=" + token
taos, err := sql.Open("taosRestful", taosDSN) taos, err := sql.Open("taosRestful", taosDSN)
if err != nil { if err != nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册