base.go 105 B

1234567
  1. package controllers
  2. import "github.com/astaxie/beego"
  3. type BaseController struct {
  4. beego.Controller
  5. }