瀏覽代碼

修复BUG

Minho 7 年之前
父節點
當前提交
67791b65ba
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      controllers/base.go

+ 0 - 1
controllers/base.go

@@ -9,7 +9,6 @@ import (
 	"github.com/lifei6671/mindoc/models"
 	"io"
 	"strings"
-	"github.com/russross/blackfriday"
 )
 
 type BaseController struct {