]> Cypherpunks repositories - gostls13.git/commit
os: use FindFirstFile when GetFileAttributesEx fails in Stat
authorAlex Brainman <alex.brainman@gmail.com>
Thu, 5 May 2016 02:44:28 +0000 (12:44 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 14 Oct 2016 03:58:15 +0000 (03:58 +0000)
commitd13fa4d2256d6dfd030c03a82db258872e3e646c
treeb3ee2c775180cdbd73a5d64ff86e10931b318853
parentabbd502d638262fa80e142ad18a89d6c75490672
os: use FindFirstFile when GetFileAttributesEx fails in Stat

Fixes #15355

Change-Id: Idbab7a627c5de249bb62d519c5a47f3d2f6c82a7
Reviewed-on: https://go-review.googlesource.com/22796
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/internal/syscall/windows/syscall_windows.go
src/os/os_windows_test.go
src/os/stat_windows.go