]> Cypherpunks repositories - gostls13.git/commit
os: consistently return PathError from RemoveAll
authorBaokun Lee <nototon@gmail.com>
Fri, 1 Mar 2019 10:04:14 +0000 (18:04 +0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 15 Mar 2019 03:56:32 +0000 (03:56 +0000)
commitd039e12b54a73796caa913994597a9f3a73e8e87
treeae57ab61eb69ef3be67aed6c9eb93a6c659a04f0
parent0a7bc8f430e3e4017910780a898a5f20d337895b
os: consistently return PathError from RemoveAll

Fixes #30491

Change-Id: If4070e5d39d8649643d7e90f6f3eb499642e25ab
Reviewed-on: https://go-review.googlesource.com/c/go/+/164720
Run-TryBot: Baokun Lee <nototon@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/os/path.go
src/os/path_unix.go
src/os/removeall_at.go
src/os/removeall_test.go