diff options
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) { |
