Descriptionpath/filepath: implement documented SkipDir behavior
Currently walk() doesn't check for err == SkipDir when iterating
a directory list, but such promise is made in the docs for WalkFunc.
Fixes issue 3486.
Patch Set 1 #Patch Set 2 : diff -r 40632db23c46 https://code.google.com/p/go #Patch Set 3 : diff -r 40632db23c46 https://code.google.com/p/go #Patch Set 4 : diff -r 40632db23c46 https://code.google.com/p/go #Patch Set 5 : diff -r 40632db23c46 https://code.google.com/p/go #
Total comments: 2
Patch Set 6 : diff -r dcf29da2044b https://code.google.com/p/go #
Total comments: 2
Patch Set 7 : diff -r d34e1877830c https://code.google.com/p/go #MessagesTotal messages: 17
|