1
0
mirror of https://github.com/golang/go synced 2024-10-05 07:11:22 -06:00
go/src/regexp
Rob Pike ae38ef4cdf regexp: suggest go doc, not godoc
In 1.6, go doc is more likely to be available.

Change-Id: I970ad1d3317b35273f5c8d830f75713d3570c473
Reviewed-on: https://go-review.googlesource.com/10518
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-06-01 20:16:31 +00:00
..
syntax all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
testdata regexp: trivial change in comments to update code.google.com link 2015-04-27 20:18:25 +00:00
all_test.go regexp: set b.cap[0] and b.cap[1] only when captures requested 2015-04-17 17:10:07 +00:00
backtrack.go regexp: set b.cap[0] and b.cap[1] only when captures requested 2015-04-17 17:10:07 +00:00
example_test.go
exec2_test.go
exec_test.go regexp: trivial change in comments to update code.google.com link 2015-04-27 20:18:25 +00:00
exec.go regexp: port RE2's bitstate backtracker to the regexp package 2015-03-23 16:17:42 +00:00
find_test.go
onepass_test.go
onepass.go
regexp.go regexp: suggest go doc, not godoc 2015-06-01 20:16:31 +00:00