blob: a1a2b45569fe1534722d352fb8fcb3c76f67ad02 [file] [log] [blame]
// +build windows
package fsutil
import (
"os"
)
func loadXattr(_ string, _ *Stat) error {
return nil
}
func setUnixOpt(_ os.FileInfo, _ *Stat, _ string, _ map[uint64]string) {
}