I've read a couple issues on Windows support, and I'm not sure what the current support state is.
Anyway, the WriteFile function is broken on Windows, as *os.File.Chmod() used in the function is not supported on Windows:
|
if err := t.Chmod(perm); err != nil { |
I've read a couple issues on Windows support, and I'm not sure what the current support state is.
Anyway, the
WriteFilefunction is broken on Windows, as*os.File.Chmod()used in the function is not supported on Windows:renameio/writefile.go
Line 29 in a368f99