Commit a70e1f1d by lzzzzl

项目重构

parent 7353db5f
......@@ -5,10 +5,10 @@ import (
"fmt"
"github.com/ichunt2019/golang-rbmq-sl/utils/rabbitmq"
"github.com/ichunt2019/logger"
"golang-seo-server/common/ding"
"golang-seo-server/dal/db"
"golang-seo-server/push"
"golang-seo-server/util"
"golang.push.server/common/ding"
"golang.push.server/dal/db"
"golang.push.server/push"
"golang.push.server/util"
)
var ConfigDir string
......
......@@ -6,8 +6,8 @@ import (
"github.com/ichunt2019/golang-rbmq-sl/utils/rabbitmq"
"github.com/ichunt2019/logger"
"github.com/tidwall/gjson"
"golang-seo-server/dal/db"
"golang-seo-server/util"
"golang.push.server/dal/db"
"golang.push.server/util"
"io/ioutil"
"net/http"
"regexp"
......
module golang-seo-server
module golang.push.server
go 1.12
......@@ -8,7 +8,6 @@ require (
github.com/ichunt2019/golang-rbmq-sl v0.0.0-20200515075131-59a37ab77d7d
github.com/ichunt2019/logger v1.0.5
github.com/jmoiron/sqlx v1.2.0
github.com/robfig/cron/v3 v3.0.1
github.com/tidwall/gjson v1.6.1
google.golang.org/appengine v1.6.7 // indirect
)
......@@ -4,9 +4,9 @@ import (
"fmt"
"github.com/ichunt2019/logger"
"github.com/tidwall/gjson"
"golang-seo-server/common/ding"
"golang-seo-server/dal/function"
"golang-seo-server/util"
"golang.push.server/common/ding"
"golang.push.server/dal/function"
"golang.push.server/util"
"strconv"
)
......
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