Procházet zdrojové kódy

Update BaseController.go

fix bug, change wrong import
Ben Stone před 4 roky
rodič
revize
0d5d2e4b38
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      controllers/BaseController.go

+ 3 - 3
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"