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

implement support for windows #45

Merged
merged 1 commit into from
Aug 19, 2020
Merged

Conversation

preslavmihaylov
Copy link
Owner

Partial support for windows was added in #34

The problem there was that the colors didn't appear on windows & instead some strange voodoo symbols showed up.

The problem was that we had to use the "colorful" stdout instead of the default os.Stdout, provided by color.Output.

It will use the standard Stdout for mac & linux, which support colors out of the box & the windows-specific one if the platform is windows.

closes #35

@preslavmihaylov preslavmihaylov merged commit 64c1fc5 into master Aug 19, 2020
@preslavmihaylov preslavmihaylov deleted the add-windows-support branch August 19, 2020 17:07
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.

Add support for Windows
1 participant