go mod tidygo run ./connect/restexample/main.gotaos -s"drop database if exists power"go run ./insert/sql/main.go taos -s"drop database if exists power"go run ./insert/stmt/main.gotaos -s"drop database if exists test"go run ./insert/line/main.gotaos -s"drop database if exists test"go run ./insert/telnet/main.gotaos -s"drop database if exists test"go run ./insert/json/main.gogo run ./query/sync/main.go