1
0
mirror of https://github.com/golang/go synced 2024-11-08 18:16:10 -07:00
go/src/internal/syscall
Daniel Theophanes 92c57363e0 os: windows Rename should overwrite destination file.
Rename now uses MoveFileEx which was previously not available to
use because it is not supported on Windows 2000.

Change-Id: I583d029c4467c9be6d1574a790c423559b441e87
Reviewed-on: https://go-review.googlesource.com/6140
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
2015-04-09 08:39:52 +00:00
..
windows os: windows Rename should overwrite destination file. 2015-04-09 08:39:52 +00:00
getrandom_linux.go