You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
357 B
Go
22 lines
357 B
Go
|
9 months ago
|
package controllers
|
||
|
|
|
||
|
|
import (
|
||
|
|
"github.com/astaxie/beego"
|
||
|
|
)
|
||
|
|
|
||
|
|
type MainController struct {
|
||
|
|
beego.Controller
|
||
|
|
}
|
||
|
|
|
||
|
|
func (c *MainController) Get() {
|
||
|
|
c.Data["Website"] = "beego.me"
|
||
|
|
c.Data["Email"] = "astaxie@gmail.com"
|
||
|
|
c.TplName = "index.tpl"
|
||
|
|
}
|
||
|
|
//jQuery18309141550713421596
|
||
|
|
//jQuery1830003007103246306375
|
||
|
|
|
||
|
|
|
||
|
|
//1664035488620
|
||
|
|
//1664035488818
|
||
|
|
//1664037019973366000
|