mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
more gofmt
This commit is contained in:
parent
bf2379355e
commit
cf9de30a23
10 changed files with 21 additions and 21 deletions
|
@ -37,7 +37,7 @@ func (file *Msword) Convert(r api.DocumentConversionRequest, reply *api.Document
|
|||
|
||||
client := &http.Client{Transport: transport}
|
||||
|
||||
tok,err:=token()
|
||||
tok, err := token()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
@ -14,8 +14,8 @@ package gemini
|
|||
import (
|
||||
"strings"
|
||||
|
||||
"github.com/documize/community/core/section/provider"
|
||||
"github.com/documize/community/core/log"
|
||||
"github.com/documize/community/core/section/provider"
|
||||
)
|
||||
|
||||
// the HTML that is rendered by this section.
|
||||
|
|
|
@ -21,8 +21,8 @@ import (
|
|||
"net/http"
|
||||
"net/url"
|
||||
|
||||
"github.com/documize/community/core/section/provider"
|
||||
"github.com/documize/community/core/log"
|
||||
"github.com/documize/community/core/section/provider"
|
||||
)
|
||||
|
||||
const me = "papertrail"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue