Commit ae38ef4c authored by Rob Pike's avatar Rob Pike

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/10518Reviewed-by: 's avatarAndrew Gerrand <adg@golang.org>
parent e15f89c5
......@@ -9,7 +9,7 @@
// More precisely, it is the syntax accepted by RE2 and described at
// https://golang.org/s/re2syntax, except for \C.
// For an overview of the syntax, run
// godoc regexp/syntax
// go doc regexp/syntax
//
// The regexp implementation provided by this package is
// guaranteed to run in time linear in the size of the input.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment