rdluck 4 年之前
父節點
當前提交
353ea6d863
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      controllers/article.go

+ 0 - 3
controllers/article.go

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