@@ -3,19 +3,6 @@ package controllers
3
3
import (
4
4
"encoding/json"
5
5
"fmt"
6
- "github.com/astaxie/beego"
7
- "github.com/astaxie/beego/logs"
8
- "github.com/astaxie/beego/orm"
9
- "github.com/boombuler/barcode"
10
- "github.com/boombuler/barcode/qr"
11
- "github.com/lifei6671/mindoc/conf"
12
- "github.com/lifei6671/mindoc/models"
13
- "github.com/lifei6671/mindoc/utils"
14
- "github.com/lifei6671/mindoc/utils/cryptil"
15
- "github.com/lifei6671/mindoc/utils/filetil"
16
- "github.com/lifei6671/mindoc/utils/gopool"
17
- "github.com/lifei6671/mindoc/utils/pagination"
18
- "gopkg.in/russross/blackfriday.v2"
19
6
"html/template"
20
7
"image/png"
21
8
"net/http"
@@ -26,6 +13,20 @@ import (
26
13
"strconv"
27
14
"strings"
28
15
"time"
16
+
17
+ "github.com/astaxie/beego"
18
+ "github.com/astaxie/beego/logs"
19
+ "github.com/astaxie/beego/orm"
20
+ "github.com/boombuler/barcode"
21
+ "github.com/boombuler/barcode/qr"
22
+ "github.com/mindoc-org/mindoc/conf"
23
+ "github.com/mindoc-org/mindoc/models"
24
+ "github.com/mindoc-org/mindoc/utils"
25
+ "github.com/mindoc-org/mindoc/utils/cryptil"
26
+ "github.com/mindoc-org/mindoc/utils/filetil"
27
+ "github.com/mindoc-org/mindoc/utils/gopool"
28
+ "github.com/mindoc-org/mindoc/utils/pagination"
29
+ "gopkg.in/russross/blackfriday.v2"
29
30
)
30
31
31
32
// DocumentController struct
0 commit comments