예제 #1
0
파일: demo.go 프로젝트: panjiang/goweb
func reText(c *context.Context) {
	c.Text("Response Text")
}