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