]> Cypherpunks repositories - gostls13.git/commit
os: avoid error result when dir is removed out from under RemoveAll
authorRuss Cox <rsc@golang.org>
Thu, 18 Sep 2014 18:48:47 +0000 (14:48 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 18 Sep 2014 18:48:47 +0000 (14:48 -0400)
commit98a5f52ef0658f1e1ad823bfad91dd5bbc261a75
treea430431bcfa1b27234b889f62a1176352fe58732
parent76c7548162a42666f76359a4f5cb819624b86ae2
os: avoid error result when dir is removed out from under RemoveAll

Fixes #7776.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews, r
https://golang.org/cl/145860043
src/os/os_test.go
src/os/path.go