mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +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}
|
client := &http.Client{Transport: transport}
|
||||||
|
|
||||||
tok,err:=token()
|
tok, err := token()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,8 +14,8 @@ package gemini
|
||||||
import (
|
import (
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/documize/community/core/section/provider"
|
|
||||||
"github.com/documize/community/core/log"
|
"github.com/documize/community/core/log"
|
||||||
|
"github.com/documize/community/core/section/provider"
|
||||||
)
|
)
|
||||||
|
|
||||||
// the HTML that is rendered by this section.
|
// the HTML that is rendered by this section.
|
||||||
|
|
|
@ -21,8 +21,8 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/url"
|
"net/url"
|
||||||
|
|
||||||
"github.com/documize/community/core/section/provider"
|
|
||||||
"github.com/documize/community/core/log"
|
"github.com/documize/community/core/log"
|
||||||
|
"github.com/documize/community/core/section/provider"
|
||||||
)
|
)
|
||||||
|
|
||||||
const me = "papertrail"
|
const me = "papertrail"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue