containers/podman

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

クローズ

#25,165 opened on 2025/01/30

 (1 件のコメント) (0 件のリアクション) (1 人の担当者)Go (3,107 件のフォーク)batch import
ContribfestGood First Issuevolunteers-wanted

Repository metrics

Stars
 (31,686 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド