containers/podman

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

Open

#25 165 ouverte le 30 janv. 2025

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Go (3 107 forks)batch import
ContribfestGood First Issuevolunteers-wanted

Métriques du dépôt

Stars
 (31 686 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur