-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: replacing bytes.Buffer instances used only to generate strings with strings.Builder. #224
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, thanks for your PR!
a few small things:
- could you also handle:
- internal/json/lex.go:267
- internal/util/string.go:83 renaming
SliceToBuffer
toSliceToString
- could you change your commit message to
refactor: string generation uses strings.Builder when possible Closes #224
done @maxatome |
My bad, by renaming |
@maxatome any suggestions on how to handle |
|
done @maxatome |
Thanks a lot @ellisonleao ! 😉 And welcome as go-testdeep contributor. |
Ref #223