]> Cypherpunks repositories - gostls13.git/commit
os: document that Rename overwrites existing file
authorRuss Cox <rsc@golang.org>
Wed, 6 Jan 2016 19:43:16 +0000 (14:43 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 7 Jan 2016 00:41:10 +0000 (00:41 +0000)
commit5d8442aeaaa852486b39049f6d4c3d79c87be011
tree99c0f811e420292827767c518ec4c59f3b94f25f
parentdba926d7a37bd6b3d740c132e8d6346214b6355c
os: document that Rename overwrites existing file

Fixes #13673.

Change-Id: I60d1603ca0dfd2ae136117e0f89cee4b6fc6c3d3
Reviewed-on: https://go-review.googlesource.com/18332
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/file.go