diff --git a/cmd/web.go b/cmd/web.go index 968eeac..d32c8c0 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -8,7 +8,6 @@ import ( "strings" "time" - md "github.com/JohannesKaufmann/html-to-markdown" "github.com/spf13/cobra" "github.com/tnypxl/rollup/internal/scraper" )