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 string formatting for slice of bytes #294

Merged
merged 1 commit into from Apr 25, 2022
Merged

Commits on Apr 25, 2022

  1. Use string formatting for slice of bytes

    If a slice of bytes is mostly text, format them as text
    instead of as []byte literal with hexadecimal digits.
    
    Avoid always printing the type. This is technically invalid Go code,
    but is unnecessary in many cases since the type is inferred
    from the parent concrete type.
    
    Fixes #272
    dsnet committed Apr 25, 2022
    Copy the full SHA
    f1189ea View commit details
    Browse the repository at this point in the history