1
0
mirror of https://github.com/golang/go synced 2024-10-03 00:21:22 -06:00
go/src
Brad Fitzpatrick 731dcb7680 net/url: use strings.Index instead of a loop
We already depend on strings in this file, so use it.

Plus strings.Index will be faster than a manual loop
once issue 3751 is finished.

R=golang-dev, khr
CC=golang-dev
https://golang.org/cl/8116043
2013-03-28 13:43:34 -07:00
..
cmd cmd/godoc: cleanups 2013-03-28 13:05:30 -07:00
lib9 lib9, cmd/dist, cmd/ld: Plan 9: fix build 2013-03-11 13:34:57 -07:00
libbio
libmach libmach: respect symbol table boundaries 2013-03-27 05:59:06 -07:00
pkg net/url: use strings.Index instead of a loop 2013-03-28 13:43:34 -07:00
all.bash
all.bat all.bat,make.bat,run.bat: make these work even when directory has space in it 2013-03-25 12:13:34 +11:00
all.rc build: do not set GOBIN on Plan 9 2013-02-26 09:25:46 -08:00
clean.bash
clean.bat
clean.rc
make.bash make.bash: delete vestigial TODO, now resolved 2013-03-16 14:53:12 -07:00
make.bat all.bat,make.bat,run.bat: make these work even when directory has space in it 2013-03-25 12:13:34 +11:00
Make.dist
make.rc build: do not set GOBIN on Plan 9 2013-02-26 09:25:46 -08:00
race.bash src: add race.bash 2013-01-28 21:05:25 +11:00
race.bat src: add race.bat 2013-02-03 00:49:37 +08:00
run.bash cmd/ld: emit TLS relocations during external linking 2013-03-27 13:27:35 -07:00
run.bat all.bat,make.bat,run.bat: make these work even when directory has space in it 2013-03-25 12:13:34 +11:00
run.rc build: do not set GOBIN on Plan 9 2013-02-26 09:25:46 -08:00
sudo.bash sudo.bash: diagnose when the go tool is not in $PATH 2012-11-15 10:42:39 -08:00