package controller import ( "github.com/gogf/gf/v2/net/ghttp" ) func EmptyHandler(r *ghttp.Request) { }