s***@public.gmane.org
2014-06-19 15:35:22 UTC
Hi Guys,
if i have url.Values, on which i add a couple of parameters, eg.
c=1
b=2
a=3
is it possible that encoded link will be
&c=1&b=2&a=3
instead of
&a=3&b=2&c=1
Basically i want to have parameters added first encoded as first... but it
seems there's no way to get rid of sorting that is done before encoding...
Thanks.
if i have url.Values, on which i add a couple of parameters, eg.
c=1
b=2
a=3
is it possible that encoded link will be
&c=1&b=2&a=3
instead of
&a=3&b=2&c=1
Basically i want to have parameters added first encoded as first... but it
seems there's no way to get rid of sorting that is done before encoding...
Thanks.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.