1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00

more gofmt

This commit is contained in:
Harvey Kandola 2016-10-17 14:07:05 -07:00
parent bf2379355e
commit cf9de30a23
10 changed files with 21 additions and 21 deletions

View file

@ -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
} }

View file

@ -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.

View file

@ -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"