|
// Step 2: walk for whiteouts and apply them, removing them in the process
|
|
// Step 2: walk for whiteouts and apply them, removing them in the process
|
|
err := filepath.Walk(dest, func(fullPath string, f os.FileInfo, err error) error {
|
|
err := filepath.Walk(dest, func(fullPath string, f os.FileInfo, err error) error {
|