chore: fix misuse of package path instead of filepath.path (#2684)
As stated by https://pkg.go.dev/path, "path" is mainly for URLs, "path.filepath" for file systems
Showing
Please register or sign in to comment
As stated by https://pkg.go.dev/path, "path" is mainly for URLs, "path.filepath" for file systems