mirror of
https://github.com/restic/restic.git
synced 2026-07-13 02:35:08 +00:00
Prefer mixedCaps over underscore
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ package restic
|
||||
|
||||
import "os"
|
||||
|
||||
func (node *Node) fill_extra(path string, fi os.FileInfo) error {
|
||||
func (node *Node) fillExtra(path string, fi os.FileInfo) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user