diff options
| author | horus | 2023-12-29 22:17:13 +0100 |
|---|---|---|
| committer | horus | 2023-12-29 22:17:13 +0100 |
| commit | 771f805a1d5641b7b221f1b3a174c3f78b777bbb (patch) | |
| tree | 186381b7dc599d69270f0014f63e1249333eecd4 /github.go | |
| parent | 90ccc0d97e96304d8d3c72eef810bc15b5a7bcb7 (diff) | |
| download | ghrss-771f805a1d5641b7b221f1b3a174c3f78b777bbb.tar.gz | |
Sirupsen -> sirupsen
Diffstat (limited to 'github.go')
| -rw-r--r-- | github.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ import ( "net/http" "regexp" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/gocolly/colly" "github.com/abadojack/whatlanggo" |
