mirror of
https://github.com/kopia/kopia.git
synced 2026-05-15 10:17:16 -04:00
doc fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user