diff options
Diffstat (limited to 'models/item/item.go')
| -rw-r--r-- | models/item/item.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/models/item/item.go b/models/item/item.go index 792fb4a..3722e90 100644 --- a/models/item/item.go +++ b/models/item/item.go @@ -5,13 +5,14 @@ import ( "fmt" "strings" - "adammathes.com/neko/config" - "adammathes.com/neko/internal/vlog" - "adammathes.com/neko/models" "github.com/PuerkitoBio/goquery" goose "github.com/advancedlogic/GoOse" "github.com/microcosm-cc/bluemonday" "github.com/russross/blackfriday" + + "adammathes.com/neko/config" + "adammathes.com/neko/internal/vlog" + "adammathes.com/neko/models" ) type ContentExtractor interface { |
