mirror of
https://github.com/documize/community.git
synced 2025-07-20 21:59:42 +02:00
more gofmt
This commit is contained in:
parent
c80ea52d72
commit
bf2379355e
14 changed files with 33 additions and 33 deletions
|
@ -18,9 +18,9 @@ import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/documize/community/core/api/entity"
|
"github.com/documize/community/core/api/entity"
|
||||||
"github.com/documize/community/core/web"
|
|
||||||
"github.com/documize/community/core/log"
|
"github.com/documize/community/core/log"
|
||||||
"github.com/documize/community/core/utility"
|
"github.com/documize/community/core/utility"
|
||||||
|
"github.com/documize/community/core/web"
|
||||||
"github.com/jmoiron/sqlx"
|
"github.com/jmoiron/sqlx"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
package convapi
|
package convapi
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/documize/community/core/log"
|
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
"github.com/documize/community/core/log"
|
||||||
"net/http"
|
"net/http"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue