8 lines
116 B
Go
8 lines
116 B
Go
package controllers
|
|
|
|
import "github.com/astaxie/beego/server/web"
|
|
|
|
type LaKaLaController struct {
|
|
web.Controller
|
|
}
|