summaryrefslogtreecommitdiff
path: root/categories.go
diff options
context:
space:
mode:
authorhorus2023-12-18 21:21:30 +0100
committerhorus2023-12-18 21:21:30 +0100
commit136837ec8414591b0efccfaf74d3657aab0a08da (patch)
tree9de9b2675a31b2f5d8dd108c3c80ad069213461c /categories.go
parentde1377f669d64d2f08ae3b3432e789b98a90ead5 (diff)
downloadcurious-crawler-136837ec8414591b0efccfaf74d3657aab0a08da.tar.gz
.
Diffstat (limited to 'categories.go')
-rw-r--r--categories.go2
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) {