The Go programming language
Go to file
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
doc - book-keeping in the TODO section: 2009-04-20 15:32:20 -07:00
include fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src Clean up some more code after bug143 was fixed. 2009-04-21 20:24:28 -07:00
test Extend fixedbugs/bug143.go with function return values, 2009-04-21 20:26:26 -07:00
usr allow godoc to match on regular expressions. 2009-04-21 22:46:19 -07:00