rdluck 4 년 전
부모
커밋
353ea6d863
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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 {