Skip to content

Commit

Permalink
docs(readme): remove unsupported frameworks from README
Browse files Browse the repository at this point in the history
- Remove HttpRouter, Pat, and beego from the list of supported frameworks in the README

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Nov 3, 2024
1 parent 39ef26b commit d2f7f14
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ API Handler Testing for Golang Web framework.
* [x] [Gin](https://github.com/gin-gonic/gin)
* [x] [Echo](https://github.com/labstack/echo) support [v3.0.0](https://github.com/labstack/echo/releases/tag/v3.0.0) up
* [x] [Mux](https://github.com/gorilla/mux)
* [x] [HttpRouter](https://github.com/julienschmidt/httprouter)
* [x] [Pat](https://github.com/gorilla/pat)
* [x] [beego](https://github.com/astaxie/beego)

## Install

Expand Down

0 comments on commit d2f7f14

Please sign in to comment.