Files
wehub-resource-sync a21fa4e11b
Go / Build (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:30:21 +08:00

14 lines
262 B
Go

package main
import (
"github.com/astaxie/beego"
_ "github.com/astaxie/beego/session/memcache"
_ "github.com/astaxie/beego/session/redis"
_ "github.com/astaxie/beego/session/redis_cluster"
_ "github.com/phachon/mm-wiki/app"
)
func main() {
beego.Run()
}