echo-middleware is a Go package that provides multiple middleware for Echo Framework.
Echo Middlewares requires Go 1.19 or later and Echo Framework v4.
Use go get.
$ go get github.com/faabiosr/echo-middleware
Then import the package into your own code:
import "github.com/faabiosr/echo-middleware"
- Install Go
# Clean up
$ make clean
# Download project dependencies
$ make configure
# Run tests and generates html coverage file
$ make cover
# Format all go files
$ make fmt
# Run tests
$make test
This project is released under the MIT licence. See LICENSE for more details.