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
|
@ -11,7 +11,7 @@ import (
|
|||
"github.com/restic/restic/debug"
|
||||
)
|
||||
|
||||
func (node *Node) fill_extra(path string, fi os.FileInfo) error {
|
||||
func (node *Node) fillExtra(path string, fi os.FileInfo) error {
|
||||
stat, ok := fi.Sys().(*syscall.Stat_t)
|
||||
if !ok {
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue