From 136837ec8414591b0efccfaf74d3657aab0a08da Mon Sep 17 00:00:00 2001 From: horus Date: Mon, 18 Dec 2023 21:21:30 +0100 Subject: . --- categories.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'categories.go') 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) { -- cgit v1.2.3