package middleware import ( "github.com/gogf/gf/v2/net/ghttp" ) func Log(r *ghttp.Request) { r.Middleware.Next() }