Browse Source

That sounded awkward

Carl Jackson 12 years ago
parent
commit
92b35046d2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      param/param.go

+ 1
- 1
param/param.go View File

@ -1,5 +1,5 @@
/* /*
Package param deserializes parameter values into the given struct using magical
Package param deserializes parameter values into a given struct using magical
reflection ponies. Inspired by gorilla/schema, but uses Rails/jQuery style param reflection ponies. Inspired by gorilla/schema, but uses Rails/jQuery style param
encoding instead of their weird dotted syntax. In particular, this package was encoding instead of their weird dotted syntax. In particular, this package was
written with the intent of parsing the output of jQuery.param. written with the intent of parsing the output of jQuery.param.


Loading…
Cancel
Save