containers/podman

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

Open

#25.165 geöffnet am 30. Jan. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (3.107 Forks)batch import
ContribfestGood First Issuevolunteers-wanted

Repository-Metriken

Stars
 (31.686 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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