forked from TrueCloudLab/restic
Prefer mixedCaps over underscore
This commit is contained in:
parent
8be6dc0265
commit
ebae478631
13 changed files with 76 additions and 76 deletions
2
node.go
2
node.go
|
@ -70,7 +70,7 @@ func NodeFromFileInfo(path string, fi os.FileInfo) (*Node, error) {
|
|||
node.Size = uint64(fi.Size())
|
||||
}
|
||||
|
||||
err := node.fill_extra(path, fi)
|
||||
err := node.fillExtra(path, fi)
|
||||
return node, err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue