]> Cypherpunks repositories - gostls13.git/commit
net/url: Rename ParseWithReference to ParseWithFragment.
authorDavid Symonds <dsymonds@golang.org>
Thu, 16 Feb 2012 04:56:03 +0000 (15:56 +1100)
committerDavid Symonds <dsymonds@golang.org>
Thu, 16 Feb 2012 04:56:03 +0000 (15:56 +1100)
commit8342793e7bc9ea38629893763eeef9a3f4fdc836
treeecf2c5c23bbfc1bdee979d36a0da48e8d2f5da43
parent34de45c435b7a59aade947148f666231aa5f3025
net/url: Rename ParseWithReference to ParseWithFragment.

Updates #2946.

R=golang-dev, r, r
CC=golang-dev
https://golang.org/cl/5671061
doc/go1.html
doc/go1.tmpl
src/cmd/fix/url2.go [new file with mode: 0644]
src/cmd/fix/url2_test.go [new file with mode: 0644]
src/pkg/net/url/url.go
src/pkg/net/url/url_test.go