mirror of https://github.com/mindoc-org/mindoc.git
8 lines
105 B
Go
8 lines
105 B
Go
|
package controllers
|
||
|
|
||
|
import "github.com/astaxie/beego"
|
||
|
|
||
|
type BaseController struct {
|
||
|
beego.Controller
|
||
|
}
|