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