Skip to content

matsuu/middleware-requestpattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

echo

import (
	"github.com/labstack/echo/v4"
	mrp "github.com/matsuu/middleware-requestpattern/go/echo"
)

func main() {
	e := echo.New()

	e.Use(mrp.Middleware())
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors