diff options
| author | horus | 2023-12-18 21:21:30 +0100 |
|---|---|---|
| committer | horus | 2023-12-18 21:21:30 +0100 |
| commit | 136837ec8414591b0efccfaf74d3657aab0a08da (patch) | |
| tree | 9de9b2675a31b2f5d8dd108c3c80ad069213461c /categories.go | |
| parent | de1377f669d64d2f08ae3b3432e789b98a90ead5 (diff) | |
| download | curious-crawler-136837ec8414591b0efccfaf74d3657aab0a08da.tar.gz | |
.
Diffstat (limited to 'categories.go')
| -rw-r--r-- | categories.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/categories.go b/categories.go index 7b1fb1d..20f4b07 100644 --- a/categories.go +++ b/categories.go @@ -5,8 +5,8 @@ import ( "io/ioutil" "strings" - log "github.com/Sirupsen/logrus" "github.com/gocolly/colly" + log "github.com/sirupsen/logrus" ) func (app *App) crawlForCategories(wiki_url string) ([]string, bool) { |
