Unverified Commit 062fdf23 authored by Manuel Buil's avatar Manuel Buil Committed by GitHub

Merge pull request #7857 from manuelbuil/removeFileWindows124

[Release 1.24] Remove file_windows.go
parents 3f2fda56 4aa8a8fc
//go:build !windows
package util
import (
......
package util
import (
"os"
)
func SetFileModeForPath(name string, mode os.FileMode) error {
return nil
}
func SetFileModeForFile(file *os.File, mode os.FileMode) error {
return nil
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment