示例#1
0
文件: Home.go 项目: gabstv/overview
func (c *Home) Index(in *goboots.In) *goboots.Out {

	in.Content.Set("NumCPU", runtime.NumCPU())
	return in.OutputTpl("home/index.tpl")
}