blob: c6bfce9e61bee05e75d5bd06ca1617b354fe438d [file] [log] [blame]
// +build windows
package contenthash
import (
"os"
fstypes "github.com/tonistiigi/fsutil/types"
)
func setUnixOpt(path string, fi os.FileInfo, stat *fstypes.Stat) error {
return nil
}