domain_import_disqus.go: remove unused import
This commit is contained in:
parent
d803a2f503
commit
39043f85d3
@ -3,11 +3,10 @@ package main
|
||||
import (
|
||||
"compress/gzip"
|
||||
"encoding/xml"
|
||||
"github.com/lunny/html2md"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
"time"
|
||||
// "github.com/grokify/html-strip-tags-go"
|
||||
"github.com/lunny/html2md"
|
||||
)
|
||||
|
||||
type disqusThread struct {
|
||||
|
Loading…
Reference in New Issue
Block a user