diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2025-06-26 14:01:22 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2025-06-26 14:01:22 -0700 |
| commit | 55b8e77c409761639e95168c77dc22c13e858b6b (patch) | |
| tree | bf2be552503c2674654f77adf9f5941c62d20668 /.github/workflows | |
| parent | 5ec29c573bde2417b5d8788966af2577332ce0fc (diff) | |
Replace filepath.Join with path.Join for Windows compatibility
Replace all instances of filepath.Join with path.Join across the codebase
to improve Windows compatibility following the guidance from
https://github.com/golang/go/issues/44305.
Key changes:
- Replaced filepath.Join with path.Join in 14 files
- Updated import statements appropriately
- Resolved variable shadowing issues where function parameters
named 'path' were conflicting with the path package
- Maintained filepath imports where needed for OS-specific functions
like filepath.Walk, filepath.IsAbs, filepath.Dir, and filepath.Base
All tests pass, confirming the changes maintain functionality while
improving cross-platform compatibility.
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions