This commit is contained in:
谢小军
2019-08-03 01:59:53 +08:00
parent 1a56c26342
commit 9b2c70bc73
6 changed files with 9 additions and 8 deletions

View File

@@ -6,8 +6,9 @@ import (
"github.com/xxjwxc/public/tools" "github.com/xxjwxc/public/tools"
"gormt/data/config" "github.com/xxjwxc/gormt/data/view/gtools"
"gormt/data/view/gtools"
"github.com/xxjwxc/gormt/data/config"
"github.com/spf13/cobra" "github.com/spf13/cobra"
"gopkg.in/go-playground/validator.v9" "gopkg.in/go-playground/validator.v9"

View File

@@ -5,8 +5,8 @@ import (
"regexp" "regexp"
"strings" "strings"
"gormt/data/config" "github.com/xxjwxc/gormt/data/config"
"gormt/data/view/gtools/generate" "github.com/xxjwxc/gormt/data/view/gtools/generate"
"github.com/xxjwxc/public/mybigcamel" "github.com/xxjwxc/public/mybigcamel"
"github.com/xxjwxc/public/mysqldb" "github.com/xxjwxc/public/mysqldb"

View File

@@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"strings" "strings"
"gormt/data/config" "github.com/xxjwxc/gormt/data/config"
"github.com/xxjwxc/public/tools" "github.com/xxjwxc/public/tools"
) )

View File

@@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"os/exec" "os/exec"
"gormt/data/config" "github.com/xxjwxc/gormt/data/config"
"github.com/xxjwxc/public/mysqldb" "github.com/xxjwxc/public/mysqldb"
"github.com/xxjwxc/public/tools" "github.com/xxjwxc/public/tools"

2
go.mod
View File

@@ -1,4 +1,4 @@
module gormt module github.com/xxjwxc/gormt
go 1.12 go 1.12

View File

@@ -1,6 +1,6 @@
package main package main
import "gormt/data/cmd" import "github.com/xxjwxc/gormt/data/cmd"
func main() { func main() {
cmd.Execute() cmd.Execute()