Browse Source

修复BUG

Minho 7 năm trước cách đây
mục cha
commit
67791b65ba
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {