api: run go fmt

This commit is contained in:
Adhityaa 2018-06-16 19:00:03 +05:30
parent 816b0ec6f3
commit 590e878679
2 changed files with 26 additions and 26 deletions

View File

@ -1,11 +1,11 @@
package main
import (
"time"
"io/ioutil"
"net/http"
"compress/gzip"
"encoding/xml"
"io/ioutil"
"net/http"
"time"
// "github.com/grokify/html-strip-tags-go"
"github.com/lunny/html2md"
)