]> Cypherpunks repositories - gostls13.git/commit
Make os.RemoveAll return no error if path does not exist.
authorAustin Clements <aclements@csail.mit.edu>
Wed, 5 Aug 2009 21:18:54 +0000 (14:18 -0700)
committerAustin Clements <aclements@csail.mit.edu>
Wed, 5 Aug 2009 21:18:54 +0000 (14:18 -0700)
commit3776f31144035c7d3e187888b8f5debbc62d3e5f
treedd1f7bc20c6e8eff62d7edd9efaf06f8cbbcb894
parentd9a0bc9b58eab201b462f5e308e3f472fccb29aa
Make os.RemoveAll return no error if path does not exist.
This fixes a problem introduced by CL 32684 into gobuild,
which used to use 'rm -rf' to remove the _obj directory.

R=rsc
APPROVED=rsc
DELTA=8  (4 added, 0 deleted, 4 changed)
OCL=32794
CL=32796
src/pkg/os/path.go