gee-m / form-to-struct

Translates an x-www-form-urlencoded form to a go struct (usable with gorillatoolkit.org/pkg/schema)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

form-to-struct

Translates an x-www-url-encoded form to a go struct (usable with gorillatoolkit.org/pkg/schema)

go get github.com/gee-m/form-to-struct

Usage

(Have go's bin path in your $PATH)

form-to-struct --form "your_form=here&with=its-values"

TODO

  • Type detection
  • "-" separated keys

About

Translates an x-www-form-urlencoded form to a go struct (usable with gorillatoolkit.org/pkg/schema)

License:MIT License


Languages

Language:Go 100.0%