1
0
mirror of https://github.com/golang/go synced 2024-11-20 11:04:56 -07:00
go/usr
Rob Pike 9d70646fcf allow godoc to match on regular expressions.
if the name contains a metacharacter, use regexp matching;
otherwise require strict equality.

now
	godoc flag '.*Var'
can give you all the FooVar functions.

R=gri
DELTA=19  (19 added, 0 deleted, 0 changed)
OCL=27711
CL=27713
2009-04-21 22:46:19 -07:00
..
dsymonds/iterable Move iterable package to usr/dsymonds/. 2009-04-20 18:13:14 -07:00
gri allow godoc to match on regular expressions. 2009-04-21 22:46:19 -07:00