From 0b96b58afda3c32c7fefbac689f83f0313163bc9 Mon Sep 17 00:00:00 2001 From: dingbo Date: Thu, 16 Jun 2022 18:02:48 +0800 Subject: [PATCH] =?UTF-8?q?docs=EF=BC=9Aconnect=20go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/05-develop/01-connect/03-go.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/05-develop/01-connect/03-go.md b/docs/en/05-develop/01-connect/03-go.md index 457583fec9..f79e0ebd0f 100644 --- a/docs/en/05-develop/01-connect/03-go.md +++ b/docs/en/05-develop/01-connect/03-go.md @@ -33,21 +33,21 @@ Run this command in your terminal to save DSN(data source name) as variable: ```bash -export TDENGINE_GO_DSN= +export TDENGINE_GO_DSN= ``` ```bash -set TDENGINE_GO_DSN="" +set TDENGINE_GO_DSN="" ``` ```powershell -$env:TDENGINE_GO_DSN="" +$env:TDENGINE_GO_DSN="" ``` @@ -56,8 +56,8 @@ $env:TDENGINE_GO_DSN="" :::note -Replace with the real value, the format should be `https()/?token=`. -To obtain the value of `goDSN`, please log in [TDengine Cloud](https://cloud.tdengine.com) and click "Connector" and then select "Go". +Replace with the real value, the format should be `https()/?token=`. +To obtain the value of `DSN`, please log in [TDengine Cloud](https://cloud.tdengine.com) and click "Connector" and then select "Go". ::: -- GitLab