Russ Cox
1eea5caa30
os: recomment MkdirAll
...
The internal comments are not completely precise about
what is going on, and they are causing confusion.
Fixes #8283 .
LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/151460043
2014-10-06 15:49:33 -04:00
Brad Fitzpatrick
db492b8df4
os: add a comment inside RemoveAll
...
LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/149950043
2014-09-23 14:55:19 -07:00
Brad Fitzpatrick
82ddcc05f4
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
2014-09-23 14:26:20 -07:00
Russ Cox
98a5f52ef0
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
2014-09-18 14:48:47 -04:00
Russ Cox
c007ce824d
build: move package sources from src/pkg to src
...
Preparation was in CL 134570043.
This CL contains only the effect of 'hg mv src/pkg/* src'.
For more about the move, see golang.org/s/go14nopkg.
2014-09-08 00:08:51 -04:00