This commit is contained in:
nxshock 2023-04-08 14:01:16 +05:00
parent 465cfae874
commit ca8193ad06

View File

@ -32,7 +32,7 @@ func sizeToApproxHuman(s int64) string {
return fmt.Sprintf("%d B", s) return fmt.Sprintf("%d B", s)
} }
// clean убирает невозможнын комбинации символов из пути // clean убирает невозможные комбинации символов из пути
func clean(s string) string { func clean(s string) string {
s = strings.ReplaceAll(s, ":", "") s = strings.ReplaceAll(s, ":", "")
s = strings.ReplaceAll(s, `\\`, `\`) s = strings.ReplaceAll(s, `\\`, `\`)