• 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
docprinter.go 12.1 KB