containers/podman

Fix: Replace path package methods with path/filepath for file system path operation

Open

#25,165 opened on Jan 30, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (3,107 forks)batch import
ContribfestGood First Issuevolunteers-wanted

Repository metrics

Stars
 (31,686 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

path package methods are mostly used for urls or unix specific paths and might cause errors on windows.

path/filepath methods are cross platform and more consistent with the code.

Contributor guide