]> Cypherpunks repositories - gostls13.git/commit
os: fix another case where RemoveAll should return nil
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 23 Sep 2014 21:26:20 +0000 (14:26 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 23 Sep 2014 21:26:20 +0000 (14:26 -0700)
commit82ddcc05f44a510118a1fc8bb8e3552a92d8f441
tree607468aa848ad936c71ceced8825af1699299c7e
parentc486d4130d01f1034901d65c764b8e8ae329a01b
os: fix another case where RemoveAll should return nil

This hopefully fixes issue 8793.

Fixes #8793

LGTM=iant
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/150860046
src/os/path.go