package handler import "github.com/gin-gonic/gin" func SchoolList(c *gin.Context) { c.Status(200) }