Improved path handling and Windows build fix #92
davebalmer
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Improved file handling internally. Moved away from
path/filepathin favor ofpath. Keep paths internally set to/separators to keep everything simple. Go's low level IO already resolves to\on Windows, so we don't need to worry about it in our code. This should be smoother overall, and fix the breakage in Windows.This discussion was created from the release Improved path handling and Windows build fix.
Beta Was this translation helpful? Give feedback.
All reactions