blob: 578552f9131b0f971d05a9955b449191c7d4a6d9 [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