-
- Downloads
Join urlpaths without using filepath.Join (#194)
Using filepath.Join leads to wrong results on Windows where the `\` path separator is used instead of `/`. There was only one place where we were joining paths AFAICT but it seems better to have a simple function for that anyway. Closes #192.
Showing
internal/urlpath/urlpath.go
0 → 100644
internal/urlpath/urlpath_test.go
0 → 100644
Please register or sign in to comment