@@ -2,35 +2,35 @@ package main
2
2
3
3
import (
4
4
"fmt"
5
- _ "github.com/team-ide/go-dialect/dialect"
6
- _ "github.com/team-ide/go-dialect/worker"
7
- _ "github.com/team-ide/go-tool/api_baidu"
8
- _ "github.com/team-ide/go-tool/api_github"
9
- _ "github.com/team-ide/go-tool/data_engine"
10
- _ "github.com/team-ide/go-tool/datamove"
11
- _ "github.com/team-ide/go-tool/db"
12
- _ "github.com/team-ide/go-tool/db/db_type_dm"
13
- _ "github.com/team-ide/go-tool/db/db_type_gbase"
14
- _ "github.com/team-ide/go-tool/db/db_type_kingbase"
15
- _ "github.com/team-ide/go-tool/db/db_type_mysql"
16
- _ "github.com/team-ide/go-tool/db/db_type_odbc"
17
- _ "github.com/team-ide/go-tool/db/db_type_opengauss"
18
- _ "github.com/team-ide/go-tool/db/db_type_oracle"
19
- _ "github.com/team-ide/go-tool/db/db_type_postgresql"
20
- _ "github.com/team-ide/go-tool/db/db_type_shentong"
21
- _ "github.com/team-ide/go-tool/db/db_type_sqlite"
22
- _ "github.com/team-ide/go-tool/elasticsearch"
23
- _ "github.com/team-ide/go-tool/javascript"
24
- _ "github.com/team-ide/go-tool/kafka"
25
- _ "github.com/team-ide/go-tool/metric"
26
- _ "github.com/team-ide/go-tool/mongodb"
27
- _ "github.com/team-ide/go-tool/qrcode"
28
- _ "github.com/team-ide/go-tool/redis"
29
- _ "github.com/team-ide/go-tool/task"
30
- _ "github.com/team-ide/go-tool/thrift"
31
- _ "github.com/team-ide/go-tool/util"
32
- _ "github.com/team-ide/go-tool/webproxy"
33
- _ "github.com/team-ide/go-tool/zookeeper"
5
+ // _ "github.com/team-ide/go-dialect/dialect"
6
+ // _ "github.com/team-ide/go-dialect/worker"
7
+ // _ "github.com/team-ide/go-tool/api_baidu"
8
+ // _ "github.com/team-ide/go-tool/api_github"
9
+ // _ "github.com/team-ide/go-tool/data_engine"
10
+ // _ "github.com/team-ide/go-tool/datamove"
11
+ // _ "github.com/team-ide/go-tool/db"
12
+ // _ "github.com/team-ide/go-tool/db/db_type_dm"
13
+ // _ "github.com/team-ide/go-tool/db/db_type_gbase"
14
+ // _ "github.com/team-ide/go-tool/db/db_type_kingbase"
15
+ // _ "github.com/team-ide/go-tool/db/db_type_mysql"
16
+ // _ "github.com/team-ide/go-tool/db/db_type_odbc"
17
+ // _ "github.com/team-ide/go-tool/db/db_type_opengauss"
18
+ // _ "github.com/team-ide/go-tool/db/db_type_oracle"
19
+ // _ "github.com/team-ide/go-tool/db/db_type_postgresql"
20
+ // _ "github.com/team-ide/go-tool/db/db_type_shentong"
21
+ // _ "github.com/team-ide/go-tool/db/db_type_sqlite"
22
+ // _ "github.com/team-ide/go-tool/elasticsearch"
23
+ // _ "github.com/team-ide/go-tool/javascript"
24
+ // _ "github.com/team-ide/go-tool/kafka"
25
+ // _ "github.com/team-ide/go-tool/metric"
26
+ // _ "github.com/team-ide/go-tool/mongodb"
27
+ // _ "github.com/team-ide/go-tool/qrcode"
28
+ // _ "github.com/team-ide/go-tool/redis"
29
+ // _ "github.com/team-ide/go-tool/task"
30
+ // _ "github.com/team-ide/go-tool/thrift"
31
+ // _ "github.com/team-ide/go-tool/util"
32
+ // _ "github.com/team-ide/go-tool/webproxy"
33
+ // _ "github.com/team-ide/go-tool/zookeeper"
34
34
)
35
35
36
36
func main () {
0 commit comments