From 34ebf929b1ae159117ab58532acb33b16282fe22 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 24 Mar 2020 16:56:12 +0800 Subject: [PATCH] [TD-45] change taosSql go module to full path --- tests/examples/go/src/taosapp/taosapp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/go/src/taosapp/taosapp.go b/tests/examples/go/src/taosapp/taosapp.go index 5c7b92f6fb..f35c902a7a 100644 --- a/tests/examples/go/src/taosapp/taosapp.go +++ b/tests/examples/go/src/taosapp/taosapp.go @@ -19,7 +19,7 @@ import ( "time" "log" "fmt" - _ "taosSql" + _ "github.com/taosdata/driver-go/taosSql" ) func main() { -- GitLab