Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert to slash #25

Merged
merged 1 commit into from
Oct 31, 2014
Merged

Conversation

koron
Copy link
Contributor

@koron koron commented Oct 31, 2014

To support Windows, convert backslashes in path to slashes.

Problem
gosync supposed that directory separetor is slash.
But backslash is used on Windows.

Solution
Convert backslash (directory separetor) to slash by using filepath.ToSlash() function.

weavenet pushed a commit that referenced this pull request Oct 31, 2014
@weavenet weavenet merged commit 588bb5e into weavenet:master Oct 31, 2014
@weavenet
Copy link
Owner

@koron Thanks for the contribution!

@koron koron deleted the regulate-path-for-windows branch October 31, 2014 14:01
@koron
Copy link
Contributor Author

koron commented Oct 31, 2014

Thanks for super fast merge! 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants