blob: 6aa1dc0584e01433226ba945a0eed227e741ea8c [file] [log] [blame]
// +build go1.9
package hcsshim
// Due to a bug in go1.8 and before, directory reparse points need to be skipped
// during filepath.Walk. This is fixed in go1.9
var shouldSkipDirectoryReparse = false