• Russ Cox's avatar
    gofix: make fix order explicit · 6198336b
    Russ Cox authored
    Also test only specific fixes, not all fixes.
    This means we don't have to keep updating old
    test cases to match later changes to the library.
    
    I had to adjust some of the reflect test cases,
    because they were implicitly testing
    reflect+oserrorstring, not just reflect.
    
    R=golang-dev, bradfitz, r
    CC=golang-dev
    https://golang.org/cl/5283042
    6198336b
Name
Last commit
Last update
..
testdata Loading commit data...
Makefile Loading commit data...
doc.go Loading commit data...
filepath.go Loading commit data...
filepath_test.go Loading commit data...
fix.go Loading commit data...
httpfinalurl.go Loading commit data...
httpfinalurl_test.go Loading commit data...
httpfs.go Loading commit data...
httpfs_test.go Loading commit data...
httpheaders.go Loading commit data...
httpheaders_test.go Loading commit data...
httpserver.go Loading commit data...
httpserver_test.go Loading commit data...
imagecolor.go Loading commit data...
imagecolor_test.go Loading commit data...
imagenew.go Loading commit data...
imagenew_test.go Loading commit data...
iocopyn.go Loading commit data...
iocopyn_test.go Loading commit data...
main.go Loading commit data...
main_test.go Loading commit data...
math.go Loading commit data...
math_test.go Loading commit data...
netdial.go Loading commit data...
netdial_test.go Loading commit data...
netudpgroup.go Loading commit data...
netudpgroup_test.go Loading commit data...
oserrorstring.go Loading commit data...
oserrorstring_test.go Loading commit data...
osopen.go Loading commit data...
osopen_test.go Loading commit data...
procattr.go Loading commit data...
procattr_test.go Loading commit data...
reflect.go Loading commit data...
reflect_test.go Loading commit data...
signal.go Loading commit data...
signal_test.go Loading commit data...
sorthelpers.go Loading commit data...
sorthelpers_test.go Loading commit data...
sortslice.go Loading commit data...
sortslice_test.go Loading commit data...
stringssplit.go Loading commit data...
stringssplit_test.go Loading commit data...
typecheck.go Loading commit data...
url.go Loading commit data...
url_test.go Loading commit data...