// but lets accept tarballs where the Chart.yaml is in the root folder too
root:=false
for_,f:=rangefiles{
iff.name=="Chart.yaml"{
root=true
fmt.Println("Warning: this chart file contains `Chart.yaml` in the root of the tgz file. Chart tgz files should include the Chart.yaml inside a child directory")