saving 25ms-50ms + move summary column
This commit is contained in:
@@ -19,7 +19,7 @@ func main() {
|
||||
}
|
||||
|
||||
// run web crawlers
|
||||
articles := &database.ArticleModel{DB: db}
|
||||
articles := &database.ArticleRepository{DB: db}
|
||||
crawler := crawler.CrawlerFacade{}
|
||||
crawler.Init()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user