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