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

Allow % characters in FinalMSG #94

Merged
merged 3 commits into from Jul 4, 2020

Conversation

mislav
Copy link
Contributor

@mislav mislav commented Apr 23, 2020

FinalMSG is not intended to be a format string for printf, so it should not be passed as such.

Also removes printf and simplifies erase() implementation.

Ref. #57

mislav and others added 3 commits April 23, 2020 15:01
FinalMSG is not intended to be a format string for `printf`, so it
should not be passed as such.
- `print` instead of `printf` since there is no format string
- use `strings.Repeat` instead of a printing loop
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.

None yet

2 participants