Files
docker-cli/components/engine/vendor/github.com/Microsoft/hcsshim/legacy19.go
T
2018-04-25 21:30:40 +00:00

8 lines
202 B
Go

// +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