示例#1
0
文件: demo.go 项目: panjiang/goweb
func reText(c *context.Context) {
	c.Text("Response Text")
}