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

Commits on Apr 23, 2020

  1. Allow % characters in FinalMSG

    FinalMSG is not intended to be a format string for `printf`, so it
    should not be passed as such.
    mislav committed Apr 23, 2020
    Copy the full SHA
    bad4fb7 View commit details
    Browse the repository at this point in the history
  2. Simplify printing in erase()

    - `print` instead of `printf` since there is no format string
    - use `strings.Repeat` instead of a printing loop
    mislav committed Apr 23, 2020
    Copy the full SHA
    35cf572 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Copy the full SHA
    9cd8896 View commit details
    Browse the repository at this point in the history