2 Commits

Author SHA1 Message Date
da4cd3aa48
feat(path/winpath): add sync script and patches from Go stdlib
- Add sync.sh to download and apply patches from Go standard library
- Add patches/*.diff for transforming internal/filepathlite to winpath
- Backup Nextron's original diff for reference
- Add .gitignore for orig/ directory
- Add README with usage examples and attribution
2026-03-28 18:47:04 -06:00
d779cd44c1
feat(path/winpath): add Windows path handling package
Derived from Go standard library internal/filepathlite and path/filepath.
Provides Windows-style path operations that work on any platform.

Exports: Clean, Join, Split, Ext, Base, Dir, IsAbs, VolumeName,
VolumeNameLen, ToSlash, FromSlash, Separator, ListSeparator,
IsPathSeparator.
2026-03-28 18:47:02 -06:00