package hdl import ( "applet/app/ipad/svc" "github.com/gin-gonic/gin" ) func Responsible(c *gin.Context) { svc.Responsible(c) }