containers/podman

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

已關閉

#25,165 建立於 2025年1月30日

 (1 則留言) (0 個反應) (1 位負責人)Go (3,107 個分叉)batch import
ContribfestGood First Issuevolunteers-wanted

倉庫指標

星標
 (31,686 顆星)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南