This commit is contained in:
Jarek Kowalski
2016-04-03 11:32:14 -07:00
parent 0cd6ebabb4
commit db57e19451

View File

@@ -54,7 +54,7 @@ func FileModeToType(mode os.FileMode) EntryType {
}
}
// EntryMetadata stores metadata about a directory entry but not to its content.
// EntryMetadata stores metadata about a directory entry but not related its content.
type EntryMetadata struct {
Name string
Size int64
@@ -78,7 +78,6 @@ func (e *Entry) metadataEquals(other *Entry) bool {
}
return e.EntryMetadata == other.EntryMetadata
}
func (e *Entry) String() string {