figureOutChildren("root/a") would detect "root/ab" as a descendant
then figureOutChildren("root/ab") would detect "root/ab" as a descendant and panic trying to find the subpath
|
||
|---|---|---|
| .. | ||
| tree.go | ||
| view.qtpl | ||
| view.qtpl.go | ||
figureOutChildren("root/a") would detect "root/ab" as a descendant
then figureOutChildren("root/ab") would detect "root/ab" as a descendant and panic trying to find the subpath
|
||
|---|---|---|
| .. | ||
| tree.go | ||
| view.qtpl | ||
| view.qtpl.go | ||