Skip to content

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

License

Notifications You must be signed in to change notification settings

gee-m/form-to-struct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages