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:
parent
a23f809626
commit
438e754882
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user