mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-15 23:23:12 -04:00
7 lines
202 B
Go
7 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
|