|
if err := filepath.Walk(manifests, func(path string, info os.FileInfo, _ error) error {
|
|
if err := filepath.Walk(manifests, func(path string, info os.FileInfo, _ error) error {
|
|
rel, err := filepath.Rel(manifests, path)
|
|
rel, err := filepath.Rel(manifests, path)
|