rdluck 4 năm trước cách đây
mục cha
commit
353ea6d863
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      controllers/article.go

+ 0 - 3
controllers/article.go

@@ -2,15 +2,12 @@ package controllers
 
 import (
 	"encoding/json"
-	"fmt"
 	"hongze/hongze_cygx/models"
 	"hongze/hongze_cygx/utils"
 	"html"
 	"strconv"
 	"strings"
 	"time"
-
-	"github.com/astaxie/beego/cache"
 )
 
 type ArticleController struct {