From 92b35046d28c386b910e86ab4601e60f551bc6f0 Mon Sep 17 00:00:00 2001 From: Carl Jackson Date: Sun, 23 Mar 2014 14:15:55 -0700 Subject: [PATCH] That sounded awkward --- param/param.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/param/param.go b/param/param.go index 0a1d8f5..685df90 100644 --- a/param/param.go +++ b/param/param.go @@ -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 encoding instead of their weird dotted syntax. In particular, this package was written with the intent of parsing the output of jQuery.param.