]> Cypherpunks repositories - gostls13.git/commit
os: implement File.Chmod on Windows
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>
Sun, 16 Aug 2020 11:48:09 +0000 (13:48 +0200)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 11 Sep 2020 22:10:02 +0000 (22:10 +0000)
commitd7384f36121d52191097af50d6dc12c0eb08fd75
tree60c8e4ef9268b415d04151f460b9ece649118d8e
parent07c1788357cfe6a4ee5f6f6a54d4fe9f579fa844
os: implement File.Chmod on Windows

Fixes: #39606
Change-Id: I4def67ef18bd3ff866b140f6e76cdabe5d51a1c5
Reviewed-on: https://go-review.googlesource.com/c/go/+/250077
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/internal/poll/fd_posix.go
src/internal/poll/fd_unix.go
src/internal/poll/fd_windows.go
src/internal/syscall/windows/syscall_windows.go
src/internal/syscall/windows/zsyscall_windows.go
src/os/os_test.go