-
Notifications
You must be signed in to change notification settings - Fork 69
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 strings builder #46
Conversation
Please consider to implement a helper builder which calls |
done ✅ |
Very cool! Thank you. I have several comments on filenames of the newly added files.
|
done ✅ |
Hello! I'm suggesting to use the strings.Builder instead of bytes.Buffer. It's a more efficient alternative with very low cast costs.