Commit eaffd661 by lzzzzl

修改包名

parent f0adfffa
...@@ -6,13 +6,13 @@ import ( ...@@ -6,13 +6,13 @@ import (
"github.com/ichunt2019/golang-rbmq-sl/utils/rabbitmq" "github.com/ichunt2019/golang-rbmq-sl/utils/rabbitmq"
"github.com/ichunt2019/logger" "github.com/ichunt2019/logger"
"github.com/tidwall/gjson" "github.com/tidwall/gjson"
"golang_seo_server/collect/lxmain" "golang.seo.server/collect/lxmain"
"golang_seo_server/collect/ly" "golang.seo.server/collect/ly"
"golang_seo_server/collect/mip" "golang.seo.server/collect/mip"
"golang_seo_server/common/ding" "golang.seo.server/common/ding"
"golang_seo_server/dal/db" "golang.seo.server/dal/db"
"golang_seo_server/dal/function" "golang.seo.server/dal/function"
"golang_seo_server/util" "golang.seo.server/util"
) )
var ConfigDir string var ConfigDir string
......
...@@ -4,14 +4,14 @@ import ( ...@@ -4,14 +4,14 @@ import (
"fmt" "fmt"
"github.com/ichunt2019/logger" "github.com/ichunt2019/logger"
"github.com/jmoiron/sqlx" "github.com/jmoiron/sqlx"
"golang_seo_server/common/ding" "golang.seo.server/common/ding"
"golang_seo_server/dal/colentry" "golang.seo.server/dal/colentry"
"golang_seo_server/dal/colsql" "golang.seo.server/dal/colsql"
"golang_seo_server/dal/colurl" "golang.seo.server/dal/colurl"
"golang_seo_server/dal/db" "golang.seo.server/dal/db"
"golang_seo_server/dal/function" "golang.seo.server/dal/function"
"golang_seo_server/model/liexin_seo/Urls" "golang.seo.server/model/liexin_seo/Urls"
"golang_seo_server/util" "golang.seo.server/util"
"strconv" "strconv"
"strings" "strings"
) )
......
...@@ -3,14 +3,14 @@ package ly ...@@ -3,14 +3,14 @@ package ly
import ( import (
"fmt" "fmt"
"github.com/ichunt2019/logger" "github.com/ichunt2019/logger"
"golang_seo_server/common/ding" "golang.seo.server/common/ding"
"golang_seo_server/dal/colentry" "golang.seo.server/dal/colentry"
"golang_seo_server/dal/colsql" "golang.seo.server/dal/colsql"
"golang_seo_server/dal/colurl" "golang.seo.server/dal/colurl"
"golang_seo_server/dal/db" "golang.seo.server/dal/db"
"golang_seo_server/dal/function" "golang.seo.server/dal/function"
"golang_seo_server/model/liexin_seo/Urls" "golang.seo.server/model/liexin_seo/Urls"
"golang_seo_server/util" "golang.seo.server/util"
"strconv" "strconv"
"strings" "strings"
) )
......
...@@ -4,14 +4,14 @@ import ( ...@@ -4,14 +4,14 @@ import (
"fmt" "fmt"
"github.com/ichunt2019/logger" "github.com/ichunt2019/logger"
"github.com/jmoiron/sqlx" "github.com/jmoiron/sqlx"
"golang_seo_server/common/ding" "golang.seo.server/common/ding"
"golang_seo_server/dal/colentry" "golang.seo.server/dal/colentry"
"golang_seo_server/dal/colsql" "golang.seo.server/dal/colsql"
"golang_seo_server/dal/colurl" "golang.seo.server/dal/colurl"
"golang_seo_server/dal/db" "golang.seo.server/dal/db"
"golang_seo_server/dal/function" "golang.seo.server/dal/function"
"golang_seo_server/model/liexin_seo/Urls" "golang.seo.server/model/liexin_seo/Urls"
"golang_seo_server/util" "golang.seo.server/util"
"strconv" "strconv"
"strings" "strings"
) )
......
...@@ -2,7 +2,7 @@ package colentry ...@@ -2,7 +2,7 @@ package colentry
import ( import (
"github.com/jmoiron/sqlx" "github.com/jmoiron/sqlx"
"golang_seo_server/model/liexin_seo/Urls" "golang.seo.server/model/liexin_seo/Urls"
) )
/** /**
......
package colurl package colurl
import ( import (
"golang_seo_server/util" "golang.seo.server/util"
) )
func LyUrl(colCode string, configDir string) (sql string) { func LyUrl(colCode string, configDir string) (sql string) {
......
...@@ -6,8 +6,8 @@ import ( ...@@ -6,8 +6,8 @@ import (
"github.com/ichunt2019/golang-rbmq-sl/utils/rabbitmq" "github.com/ichunt2019/golang-rbmq-sl/utils/rabbitmq"
"github.com/ichunt2019/logger" "github.com/ichunt2019/logger"
"github.com/tidwall/gjson" "github.com/tidwall/gjson"
"golang_seo_server/dal/db" "golang.seo.server/dal/db"
"golang_seo_server/util" "golang.seo.server/util"
"io/ioutil" "io/ioutil"
"net/http" "net/http"
"regexp" "regexp"
......
module golang_seo_server module golang.seo.server
go 1.12 go 1.12
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment