github.com/ulule/limiter/v3@v3.11.3-0.20230613131926-4cb9c1da4633/examples/README.md (about) 1 # Limiter examples 2 3 The examples has been moved here: https://github.com/ulule/limiter-examples 4 5 Nonetheless, this is list of middleware examples with the new location: 6 7 * [HTTP](https://github.com/ulule/limiter-examples/tree/master/http/main.go) 8 * [Gin](https://github.com/ulule/limiter-examples/tree/master/gin/main.go) 9 * [Beego](https://github.com/ulule/limiter-examples/blob/master/beego/main.go) 10 * [Chi](https://github.com/ulule/limiter-examples/tree/master/chi/main.go) 11 * [Echo](https://github.com/ulule/limiter-examples/tree/master/echo/main.go) 12 * [fasthttp](https://github.com/ulule/limiter-examples/tree/master/fasthttp/main.go)