mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
0bee8049c7
Signed-off-by: Darren Stahl <darst@microsoft.com>
7 lines
209 B
Go
7 lines
209 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 = true
|