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

Fix Windows build & run #78

Merged
merged 4 commits into from
Feb 22, 2017
Merged

Conversation

sirikon
Copy link

@sirikon sirikon commented Feb 21, 2017

Created a file called 'paths.go', this way paths are separated from main logic, and also, will be able to use go's conditional building if we need it in any time (based on file names).

@nilslice nilslice self-requested a review February 22, 2017 01:45
Aside from the minor spelling fix, I want to shorten the function name and think it would be best for it to be unexported.
Copy link
Contributor

@nilslice nilslice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sirikon - thank you very much for this. I just changed the function name to something more concise that attempts to match the existing style. Additionally I unexported the function, since this code shouldn't be called from other packages, and I don't think it can be imported anyway.

@nilslice nilslice merged commit 3c73270 into ponzu-cms:ponzu-dev Feb 22, 2017
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