commit 529aa23303368e6838d13df69a75e913d4cbb09c
parent 26049a332d66aaf2aab562c3bfab269dc65ede21
Author: FIGBERT <figbert@figbert.com>
Date: Fri, 29 Jul 2022 20:59:07 -0700
Reorganize imports in reader/reader.go
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/reader/reader.go b/reader/reader.go
@@ -7,9 +7,8 @@ import (
"net/url"
"time"
- "github.com/JohannesKaufmann/html-to-markdown/plugin"
-
md "github.com/JohannesKaufmann/html-to-markdown"
+ "github.com/JohannesKaufmann/html-to-markdown/plugin"
"github.com/go-shiori/go-readability"
)