Merge remote-tracking branch 'fw42/mixed_caps'

This commit is contained in:
Alexander Neumann
2015-04-25 11:06:13 +02:00
13 changed files with 76 additions and 76 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ func (node *Node) OpenForReading() (*os.File, error) {
return os.Open(n.path)
}
func (node *Node) fill_extra(path string, fi os.FileInfo) error {
func (node *Node) fillExtra(path string, fi os.FileInfo) error {
return nil
}