From 67791b65bada6231f81e5b9a55b5c1a82fe5dc31 Mon Sep 17 00:00:00 2001 From: Minho Date: Sat, 27 Jan 2018 14:32:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/base.go | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/base.go b/controllers/base.go index b0345e68..4aa667ab 100644 --- a/controllers/base.go +++ b/controllers/base.go @@ -9,7 +9,6 @@ import ( "github.com/lifei6671/mindoc/models" "io" "strings" - "github.com/russross/blackfriday" ) type BaseController struct {