package filetree type Paths []Path func (p Paths) List(full ...bool) string { content := "\n" return content }