Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: replace path.Join with filepath.Join for file system paths #414

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

Gofastasf
Copy link
Contributor

path.Join is mostly used for urls or unix specific paths and might cause errors on windows.
filepath.Join is cross platform and more consistent with the code.

path.Join is mostly used for urls or unix specific paths and might cause errors on windows.
filepath.Join is cross platform and more consistent with the code.
@thomiceli thomiceli merged commit 8369cbf into thomiceli:master Jan 21, 2025
10 checks passed
@Gofastasf Gofastasf deleted the fix/use-filepath-join branch January 21, 2025 06:49
@Gofastasf Gofastasf restored the fix/use-filepath-join branch January 23, 2025 02:07
@Gofastasf Gofastasf deleted the fix/use-filepath-join branch January 23, 2025 02:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants