containers/podman
在 GitHub 查看Fix: Replace path package methods with path/filepath for file system path operation
Open
#25,165 创建于 2025年1月30日
ContribfestGood First Issuevolunteers-wanted
仓库指标
- Star
- (31,686 star)
- 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.