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
c80ea52d72
commit
bf2379355e
14 changed files with 33 additions and 33 deletions
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/documize/community/core/api/convert/excerpt"
|
||||
"github.com/documize/community/core/api/convert/html"
|
||||
"github.com/documize/community/core/api/plugins"
|
||||
api "github.com/documize/community/core/convapi"
|
||||
api "github.com/documize/community/core/convapi"
|
||||
"github.com/documize/community/core/utility"
|
||||
|
||||
"golang.org/x/net/context"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
package md
|
||||
|
||||
import (
|
||||
api "github.com/documize/community/core/convapi"
|
||||
api "github.com/documize/community/core/convapi"
|
||||
|
||||
"github.com/documize/blackfriday"
|
||||
|
||||
|
|
|
@ -18,9 +18,9 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/documize/community/core/api/entity"
|
||||
"github.com/documize/community/core/web"
|
||||
"github.com/documize/community/core/log"
|
||||
"github.com/documize/community/core/utility"
|
||||
"github.com/documize/community/core/web"
|
||||
"github.com/jmoiron/sqlx"
|
||||
)
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ import (
|
|||
"strings"
|
||||
|
||||
"github.com/documize/community/core/api/convert"
|
||||
api "github.com/documize/community/core/convapi"
|
||||
api "github.com/documize/community/core/convapi"
|
||||
"github.com/documize/community/core/log"
|
||||
)
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ package store
|
|||
import (
|
||||
"github.com/documize/community/core/api/plugins"
|
||||
"github.com/documize/community/core/api/util"
|
||||
api "github.com/documize/community/core/convapi"
|
||||
api "github.com/documize/community/core/convapi"
|
||||
"github.com/documize/community/core/log"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
|
|
|
@ -16,7 +16,7 @@ import (
|
|||
"strings"
|
||||
|
||||
"github.com/documize/community/core/api/entity"
|
||||
api "github.com/documize/community/core/convapi"
|
||||
api "github.com/documize/community/core/convapi"
|
||||
"github.com/documize/community/core/utility"
|
||||
)
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
package convapi
|
||||
|
||||
import (
|
||||
"github.com/documize/community/core/log"
|
||||
"encoding/json"
|
||||
"github.com/documize/community/core/log"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue