Exemplo n.º 1
0
func myQueryStringHandler(ctx *macaron.Context) {
	ctx.Data["Name"] = ctx.QueryEscape("name")
	ctx.HTML(200, "hello")
}