avatar img use cache

This commit is contained in:
deepzz0
2017-07-13 01:37:35 +08:00
parent c18d9c0bef
commit e0a5f0ebca
7 changed files with 35 additions and 10 deletions

4
xml.go
View File

@@ -25,8 +25,8 @@ func init() {
if err != nil {
logd.Fatal(err)
}
go doFeed()
go doSitemap()
doFeed()
doSitemap()
doOpensearch()
doRobots()
doCrossdomain()