clean up some errors from 'go vet ./...'

This commit is contained in:
George Armhold
2018-09-05 08:04:55 -04:00
parent 35e9885e8b
commit bfc1bc6ee6
6 changed files with 17 additions and 21 deletions

View File

@@ -232,7 +232,6 @@ func unrollTree(f fs.FS, t *Tree) error {
}
return errors.Errorf("tree unrollTree: collision on path, node %#v, path %q", node, f.Join(t.Path, entry))
continue
}
t.Nodes[entry] = Tree{Path: f.Join(t.Path, entry)}
}