Update BaseController.go

fix bug, change wrong import
pull/680/head
Ben Stone 2021-03-29 18:41:10 +08:00 committed by GitHub
parent ef03d5b0a9
commit 0d5d2e4b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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"