コード例 #1
0
ファイル: demo.go プロジェクト: panjiang/goweb
func reText(c *context.Context) {
	c.Text("Response Text")
}