This commit is contained in:
decoded 2023-03-11 09:22:51 -06:00
parent 79cbddfc4d
commit 994f2fdab2

View File

@ -87,9 +87,9 @@ func main() {
if err != nil {
fmt.Printf("error: %s\n", err)
}
fmt.Printf("\033[31m%s \033[90m!\033[31m %s\033[90m - \033[31m%s%s%s[0m\n", pad(offset, 8), md5sum, fullpath, ospathslash, path)
fmt.Printf("\033[31m%s \033[90m!\033[31m %s\033[90m - \033[31m%s%s%s\033[0m\n", pad(offset, 8), md5sum, fullpath, ospathslash, path)
} else {
fmt.Printf("\033[90m%s \033[90m?\033[90m 00000000000000000000000000000000\033[90m - %s%s \033[0m\n", pad(offset, 8), fullpath, path)
fmt.Printf("\033[90m%s \033[90m?\033[90m 00000000000000000000000000000000\033[90m - %s%s\033[0m\n", pad(offset, 8), fullpath, path)
}
return nil
})