containers/podman
Ver no GitHubFix: Replace path package methods with path/filepath for file system path operation
Open
#25.165 aberto em 30 de jan. de 2025
ContribfestGood First Issuevolunteers-wanted
Métricas do repositório
- Stars
- (31.686 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 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.