//go:build !windows package files import "io/fs" func isReparsePoint(fs.FileInfo) bool { return false }