go/src/regexp
Matthew Dempsky 0da4dbe232 all: remove unnecessary type conversions
cmd and runtime were handled separately, and I'm intentionally skipped
syscall. This is the rest of the standard library.

CL generated mechanically with github.com/mdempsky/unconvert.

Change-Id: I9e0eff886974dedc37adb93f602064b83e469122
Reviewed-on: https://go-review.googlesource.com/22104
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-04-15 07:31:45 +00:00
..
syntax all: single space after period. 2016-03-02 00:13:47 +00:00
testdata regexp/syntax: fix factoring of common prefixes in alternations 2016-01-08 16:41:46 +00:00
all_test.go regexp: fix LiteralPrefix for certain onepass progs 2015-11-25 17:28:33 +00:00
backtrack.go all: delete dead non-test code 2016-03-25 06:28:13 +00:00
example_test.go
exec.go all: delete dead non-test code 2016-03-25 06:28:13 +00:00
exec2_test.go
exec_test.go all: delete dead test code 2016-03-21 07:10:08 +00:00
find_test.go
onepass.go all: remove unnecessary type conversions 2016-04-15 07:31:45 +00:00
onepass_test.go all: delete dead test code 2016-03-21 07:10:08 +00:00
regexp.go all: delete dead non-test code 2016-03-25 06:28:13 +00:00