]> Cypherpunks repositories - gostls13.git/commit
use the new routine regexp.MustCompile to clean up some code that uses global regexps.
authorRob Pike <r@golang.org>
Mon, 2 Nov 2009 19:37:52 +0000 (11:37 -0800)
committerRob Pike <r@golang.org>
Mon, 2 Nov 2009 19:37:52 +0000 (11:37 -0800)
commita82465103f93a80ec8de3c9e304663c335094d54
tree3be73d8cfb41421f6a82744ae483cbd6b11ad28c
parent9c13215859d48f85c986d27a6cec93de8b5c5f9d
use the new routine regexp.MustCompile to clean up some code that uses global regexps.

R=rsc, gri
CC=go-dev
http://go/go-review/1016025
src/pkg/go/doc/doc.go
src/pkg/unicode/maketables.go
test/bench/regex-dna.go