intimate_view/goserver/nimo.go

8 lines
106 B
Go
Raw Permalink Normal View History

2020-09-04 11:00:48 +00:00
package main
import "github.com/gin-gonic/gin"
func NimoQuery(cxt *gin.Context) {
Query(cxt, "nimo")
}