1
0
mirror of https://github.com/ggicci/httpin.git synced 2024-11-24 08:32:45 +02:00

chore(docs): link to alternatives

This commit is contained in:
Ggicci 2022-03-07 19:08:56 +08:00
parent a23f809626
commit 438e754882

View File

@ -97,3 +97,8 @@ func ListUsers(rw http.ResponseWriter, r *http.Request) {
| ♻️ Code Repetition Rate | 😞 High | 😍 **Lower** |
| 📖 Code Readability | 😟 Poor | 🤩 **Highly readable** |
| 🔨 Maintainability | 😡 Poor | 🥰 **Highly maintainable** |
## Alternatives
- [google/go-querystring](https://github.com/google/go-querystring): encoding structs into URL query parameters
- [gorilla/schema](https://github.com/gorilla/schema): converts structs to and from form values