func queryHandler(ctx *macaron.Context) { fmt.Println(ctx.Query("uid")) fmt.Println(ctx.QueryInt("uid")) fmt.Println(ctx.QueryInt64("uid")) }