• Rob Pike's avatar
    allow godoc to match on regular expressions. · 9d70646f
    Rob Pike authored
    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
    9d70646f
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr Loading commit data...