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