• Russ Cox's avatar
    cmd/go, testing: revise docs for test flags · 89a2a8c8
    Russ Cox authored
    In cmd/go's 'go help testflag':
    * Rewrite list of flags to drop test. prefix on every name.
    * Sort list of flags.
    * Add example of using -bench to match all benchmarks.
    
    In testing:
    * Remove mention of undefined 'CPU group' concept.
    
    Fixes #4488.
    Fixes #4508.
    
    R=adg
    CC=golang-dev
    https://golang.org/cl/7288053
    89a2a8c8
Name
Last commit
Last update
..
iotest Loading commit data...
quick Loading commit data...
allocs.go Loading commit data...
benchmark.go Loading commit data...
example.go Loading commit data...
testing.go Loading commit data...