domain_import_disqus.go: remove unused import

This commit is contained in:
Adhityaa 2018-06-17 17:49:02 +05:30
parent d803a2f503
commit 39043f85d3

View File

@ -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 {