Commit 4aa8a8fc authored by Manuel Buil's avatar Manuel Buil

Remove file_windows.go

Signed-off-by: 's avatarManuel Buil <mbuil@suse.com>
parent f5597e7a
//go:build !windows
package util package util
import ( 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