mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-30 11:06:37 -04:00
api: run go fmt
This commit is contained in:
@ -1,11 +1,11 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"time"
|
|
||||||
"io/ioutil"
|
|
||||||
"net/http"
|
|
||||||
"compress/gzip"
|
"compress/gzip"
|
||||||
"encoding/xml"
|
"encoding/xml"
|
||||||
|
"io/ioutil"
|
||||||
|
"net/http"
|
||||||
|
"time"
|
||||||
// "github.com/grokify/html-strip-tags-go"
|
// "github.com/grokify/html-strip-tags-go"
|
||||||
"github.com/lunny/html2md"
|
"github.com/lunny/html2md"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user