legacy19.go 202 B

1234567
  1. // +build go1.9
  2. package hcsshim
  3. // Due to a bug in go1.8 and before, directory reparse points need to be skipped
  4. // during filepath.Walk. This is fixed in go1.9
  5. var shouldSkipDirectoryReparse = false