1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:21:21 -06:00
go/src/cmd/gofix
Rob Pike 1d8f822c17 url: new package
This is just moving the URL code from package http into its own package,
which has been planned for a while.
Besides clarity, this also breaks a nascent dependency cycle the new template
package was about to introduce.

Add a gofix module, url, and use it to generate changes outside http and url.

Sadness about the churn, gladness about some of the naming improvements.

R=dsymonds, bradfitz, rsc, gustavo, r
CC=golang-dev
https://golang.org/cl/4893043
2011-08-17 13:36:02 +10:00
..
testdata go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
doc.go
filepath_test.go
filepath.go
fix.go gofix: fixes for os/signal changes 2011-06-29 16:44:47 +10:00
httpfinalurl_test.go
httpfinalurl.go
httpfs_test.go http: add FileSystem interface, make FileServer use it 2011-06-27 15:26:36 -07:00
httpfs.go http: add FileSystem interface, make FileServer use it 2011-06-27 15:26:36 -07:00
httpheaders_test.go
httpheaders.go
httpserver_test.go
httpserver.go
main_test.go
main.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
Makefile url: new package 2011-08-17 13:36:02 +10:00
netdial_test.go
netdial.go
oserrorstring_test.go
oserrorstring.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
osopen_test.go
osopen.go
procattr_test.go
procattr.go
reflect_test.go
reflect.go
signal_test.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
signal.go gofix: fixes for os/signal changes 2011-06-29 16:44:47 +10:00
sorthelpers_test.go sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings] 2011-07-08 10:52:50 +10:00
sorthelpers.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
sortslice_test.go
sortslice.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
stringssplit_test.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
stringssplit.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
typecheck.go
url_test.go url: new package 2011-08-17 13:36:02 +10:00
url.go url: new package 2011-08-17 13:36:02 +10:00