]> Cypherpunks repositories - gostls13.git/commit
net/url: API
authorRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 04:46:28 +0000 (23:46 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 04:46:28 +0000 (23:46 -0500)
commitb27bd42a9a4bd3e358499f517e8102fa152dd2ba
treefc0d9917c5d0be1de09c7cf131672cf1ad661a2f
parentd8e715cab4f790e033c8d22ad07e9ca5ff9d343b
net/url: API

Convert cryptotype to general go1rename fix.
Add os.Exec -> syscall.Exec fix along with new
URL fixes.

Fixes #2946.

R=golang-dev, r, dsymonds
CC=golang-dev
https://golang.org/cl/5672072
src/cmd/fix/go1pkgrename_test.go
src/cmd/fix/go1rename.go [moved from src/cmd/fix/cryptotype.go with 51% similarity]
src/cmd/fix/go1rename_test.go [moved from src/cmd/fix/cryptotype_test.go with 62% similarity]
src/pkg/net/http/request.go
src/pkg/net/url/url.go
src/pkg/net/url/url_test.go