Fix formatting of diagnostic some diagnostic messages

This commit is contained in:
2023-10-04 11:27:41 -05:00
parent ab74d19d2b
commit bdbd75f88c
3 changed files with 37 additions and 10 deletions

View File

@@ -125,6 +125,10 @@ func (entry *Entry) RestoreSpecial(fullPath string) error {
return nil
}
func (entry *Entry) FmtSpecial() string {
return ""
}
func MakeHardlink(source string, target string) error {
return os.Link(source, target)
}