]> Cypherpunks repositories - gostls13.git/commit
os: treat EACCES as a permission error in RemoveAll
authorIan Lance Taylor <iant@golang.org>
Tue, 29 Jan 2019 23:57:41 +0000 (15:57 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 30 Jan 2019 01:56:14 +0000 (01:56 +0000)
commit56c9f8e8cfecafda3bd9f58c6421cd253a770d54
tree2fe5785bfb99bb1b8d4cb9e27461458a2cb7c5d5
parentea27cd35fa07b874b3dff5d2f83dd401a361865e
os: treat EACCES as a permission error in RemoveAll

Fixes #29983

Change-Id: I24077bde991e621c23d00973b2a77bb3a18e4ae7
Reviewed-on: https://go-review.googlesource.com/c/160180
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/os/removeall_at.go
src/os/removeall_test.go