Analysis updated 2026-07-17 · repo last pushed 2019-03-08
Parse an HTML form POST request straight into a typed Go struct instead of manually converting strings.
Build a user registration endpoint that turns submitted name, age, email, and phone fields into a User struct.
Convert a Go struct back into URL-encoded form data to send in a request.
Handle nested form fields like arrays of addresses or maps of settings via naming conventions.
| aeneasr/form | 0xdevalias/blackgooday | advayc/wrapped | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Go | Go | Go |
| Last pushed | 2019-03-08 | 2018-04-09 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
A Go library that converts URL-encoded form data into typed Go structs and back, handling nested arrays and maps automatically.
Mainly Go. The stack also includes Go.
Dormant — no commits in 2+ years (last push 2019-03-08).
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.