From 0d5d2e4b383fa88996348f33a39c08b17bf1b10b Mon Sep 17 00:00:00 2001 From: Ben Stone Date: Mon, 29 Mar 2021 18:41:10 +0800 Subject: [PATCH] Update BaseController.go fix bug, change wrong import --- controllers/BaseController.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/controllers/BaseController.go b/controllers/BaseController.go index 6ee2df40..e1cfb4f4 100644 --- a/controllers/BaseController.go +++ b/controllers/BaseController.go @@ -10,9 +10,9 @@ import ( "time" "github.com/astaxie/beego" - "github.com/lifei6671/mindoc/conf" - "github.com/lifei6671/mindoc/models" - "github.com/lifei6671/mindoc/utils" + "github.com/mindoc-org/mindoc/conf" + "github.com/mindoc-org/mindoc/models" + "github.com/mindoc-org/mindoc/utils" "html/template" "io/ioutil" "path/filepath"