package middleware import ( "fmt" "github.com/gin-gonic/gin" ) func CheckJWT(c *gin.Context) { fmt.Println("CheckJWT") }