update
This commit is contained in:
@@ -4,10 +4,10 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/xie1xiao1jun/public/tools"
|
||||
"github.com/xxjwxc/public/tools"
|
||||
|
||||
"github.com/xie1xiao1jun/gormt/data/config"
|
||||
"github.com/xie1xiao1jun/gormt/data/view/gtools"
|
||||
"github.com/xxjwxc/gormt/data/config"
|
||||
"github.com/xxjwxc/gormt/data/view/gtools"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
"gopkg.in/go-playground/validator.v9"
|
||||
|
||||
@@ -3,8 +3,8 @@ package config
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/xie1xiao1jun/public/dev"
|
||||
"github.com/xie1xiao1jun/public/tools"
|
||||
"github.com/xxjwxc/public/dev"
|
||||
"github.com/xxjwxc/public/tools"
|
||||
|
||||
"github.com/BurntSushi/toml"
|
||||
)
|
||||
|
||||
@@ -5,10 +5,10 @@ import (
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/xie1xiao1jun/gormt/data/config"
|
||||
"github.com/xie1xiao1jun/gormt/data/view/gtools/generate"
|
||||
"github.com/xie1xiao1jun/public/mybigcamel"
|
||||
"github.com/xie1xiao1jun/public/mysqldb"
|
||||
"github.com/xxjwxc/gormt/data/config"
|
||||
"github.com/xxjwxc/gormt/data/view/gtools/generate"
|
||||
"github.com/xxjwxc/public/mybigcamel"
|
||||
"github.com/xxjwxc/public/mysqldb"
|
||||
)
|
||||
|
||||
//获取表列及注释
|
||||
|
||||
@@ -4,9 +4,9 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/xie1xiao1jun/gormt/data/config"
|
||||
"github.com/xxjwxc/gormt/data/config"
|
||||
|
||||
"github.com/xie1xiao1jun/public/tools"
|
||||
"github.com/xxjwxc/public/tools"
|
||||
)
|
||||
|
||||
// 打印
|
||||
|
||||
@@ -4,9 +4,9 @@ import (
|
||||
"fmt"
|
||||
"os/exec"
|
||||
|
||||
"github.com/xie1xiao1jun/gormt/data/config"
|
||||
"github.com/xie1xiao1jun/public/mysqldb"
|
||||
"github.com/xie1xiao1jun/public/tools"
|
||||
"github.com/xxjwxc/gormt/data/config"
|
||||
"github.com/xxjwxc/public/mysqldb"
|
||||
"github.com/xxjwxc/public/tools"
|
||||
)
|
||||
|
||||
//开始执行
|
||||
|
||||
Reference in New Issue
Block a user