While working on my own #IndieAuth server, I got so bored with transferring QueryArgs/FormValues into structures with typechecks.
So, I seriously took up studying reflection in #Go from scratch. Overnight I cobbled together a little parser that works with x-www-form-urlencoded data and fills in what I need into the structures via tags. And with custom types support! It works, just like encoding/json package.
Proud of myself. :blobcatcoffee: