예제 #1
0
파일: params.go 프로젝트: xyproto/web
func process(ctx *web.Context) string {
	ctx.ContentType("txt")
	return fmt.Sprintf("%#v", ctx.Params)
}