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.

贡献者指南