containers/podman

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

Open

#25.165 aperta il 30 gen 2025

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Go (3107 fork)batch import
ContribfestGood First Issuevolunteers-wanted

Metriche repository

Star
 (31.686 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor