package main import ( "github.com/gin-gonic/gin" ) func TwitcastingQuery(cxt *gin.Context) { Query(cxt, "twitcasting") }