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