blob: 0f593e8aba83807c6a7ac0e7b650638e2441a1b8 [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 = true