项目改为mod

This commit is contained in:
kongyuebin
2021-02-07 15:04:58 +08:00
parent 314d69b49e
commit aef4dbb33c
17 changed files with 387 additions and 236 deletions

View File

@@ -9,13 +9,17 @@
****************************************************/
package controllers
import "github.com/astaxie/beego"
import (
"fmt"
"github.com/astaxie/beego"
)
type PageController struct {
beego.Controller
}
func (c *PageController) Index() {
fmt.Println("dlfjldkjfldjfljljljlj")
c.TplName = "index.html"
}