croc/src/utils
zx9597446 d724f11297 Here is the English translation:
If there are directories in a zip file compressed on the Windows platform, the "\\" in the filepath will cause the files to be extracted normally on Linux, and ls will show filenames containing single quotes.

So when compressing, I replace "\\" with "/" so that it seems there are no issues on both Windows and Linux.
2023-08-17 12:07:07 +08:00
..
utils.go Here is the English translation: 2023-08-17 12:07:07 +08:00
utils_test.go localhost -> 127.0.0.1 Fixes #513 2023-03-20 09:16:07 -07:00