mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-07-03 14:28:28 +00:00
travis: add travis check
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
b595e50fec
commit
c3855dab6d
5 changed files with 27 additions and 6 deletions
2
walk.go
2
walk.go
|
@ -42,7 +42,7 @@ func Walk(root string, exlcudes []ExcludeFunc, keywords []string) (*DirectoryHie
|
|||
Pos: len(creator.DH.Entries),
|
||||
})
|
||||
|
||||
// TODO Insert a comment of the full path of the directory's name
|
||||
// Insert a comment of the full path of the directory's name
|
||||
if creator.curDir != nil {
|
||||
creator.DH.Entries = append(creator.DH.Entries, Entry{
|
||||
Pos: len(creator.DH.Entries),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue