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

Use triple-quote formatting for multiline strings #229

Merged
merged 1 commit into from Jul 21, 2020
Merged

Commits on Jul 20, 2020

  1. Use triple-quote formatting for multiline strings

    For strings, []bytes containing text data, Error method output, and
    String method output, use the triple-quoted syntax.
    This improves readability by presenting the data more naturally
    compared to a single-line quoted string with many escaped characters.
    dsnet committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    e9659fb View commit details
    Browse the repository at this point in the history