Skip to content

Conversation

@dsnet
Copy link
Collaborator

@dsnet dsnet commented Apr 24, 2022

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 dsnet requested a review from neild April 24, 2022 00:44
@dsnet dsnet force-pushed the dsnet/slice-of-bytes branch 3 times, most recently from 8877ab0 to ddd88c9 Compare April 24, 2022 07:25
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 dsnet force-pushed the dsnet/slice-of-bytes branch from ddd88c9 to f1189ea Compare April 25, 2022 16:29
@dsnet dsnet merged commit 71220fc into master Apr 25, 2022
@dsnet dsnet deleted the dsnet/slice-of-bytes branch April 25, 2022 16:32
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.

improve diff for []byte values

2 participants