]> Cypherpunks repositories - gostls13.git/commit
net/url: fix Encode doc comment
authorAndrew Gerrand <adg@golang.org>
Fri, 25 Oct 2013 20:00:22 +0000 (23:00 +0300)
committerAndrew Gerrand <adg@golang.org>
Fri, 25 Oct 2013 20:00:22 +0000 (23:00 +0300)
commit6ea5687b46b080304584fbc80c3e2dd18f2e1c43
tree5326cab6a5edabcbde6abb7f3c89b26447f89c73
parente7426010c5a577bf2b1e84223036b2c55671f914
net/url: fix Encode doc comment

Encoded query strings are always sorted by key; the example wasn't.

R=golang-dev, dsymonds, minux.ma, bradfitz
CC=golang-dev
https://golang.org/cl/16430043
src/pkg/net/url/url.go