Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lzzzzl
/
golang_seo_push
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a70e1f1d
authored
Dec 03, 2020
by
lzzzzl
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
项目重构
parent
7353db5f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
11 deletions
cmd/main.go
dal/function/fuction.go
go.mod
push/push.go
cmd/main.go
View file @
a70e1f1d
...
...
@@ -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
...
...
dal/function/fuction.go
View file @
a70e1f1d
...
...
@@ -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"
...
...
go.mod
View file @
a70e1f1d
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
)
push/push.go
View file @
a70e1f1d
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment