package middleware import "github.com/gin-gonic/gin" func SetLogger() gin.HandlerFunc { return func(ctx *gin.Context) { } }