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 /database.go | |
| parent | de1377f669d64d2f08ae3b3432e789b98a90ead5 (diff) | |
| download | curious-crawler-136837ec8414591b0efccfaf74d3657aab0a08da.tar.gz | |
.
Diffstat (limited to 'database.go')
| -rw-r--r-- | database.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database.go b/database.go index 2852c7c..bb6997d 100644 --- a/database.go +++ b/database.go @@ -1,7 +1,7 @@ package main import ( - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "regexp" "strconv" |
