Commit a70e1f1d by lzzzzl

项目重构

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