From 37bf0072f6fbbde0bcb608dfe344e02ee90f8b43 Mon Sep 17 00:00:00 2001 From: Ggicci Date: Thu, 15 Jul 2021 17:46:36 +0800 Subject: [PATCH] chore(docs): up integration section --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 30d9c8f..aea5e1c 100644 --- a/README.md +++ b/README.md @@ -120,16 +120,11 @@ func ListUsers(rw http.ResponseWriter, r *http.Request) { ## Integrate with Popular Go Web Frameworks and Components -### Frameworks - -- [go-chi/chi](https://github.com/ggicci/httpin/wiki/Integrate-with-gochi) - [gin-gonic/gin](https://github.com/ggicci/httpin/wiki/Integrate-with-gin) +- [go-chi/chi](https://github.com/ggicci/httpin/wiki/Integrate-with-gochi) +- [gorilla/mux](https://github.com/ggicci/httpin/wiki/Integrate-with-gorilla-mux) - ... -### Components - -- [HTTP Router: gorilla/mux](https://github.com/ggicci/httpin/wiki/Integrate-with-gorilla-mux) - ## Advanced ### 🔥 Extend `httpin` by adding custom directives