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

Replace custom AppendUint with strconv.AppendUint #1813

Merged
merged 3 commits into from
Jul 31, 2024

Conversation

gaby
Copy link
Contributor

@gaby gaby commented Jul 28, 2024

@gaby gaby changed the title Replace custom Appendint with strconv.AppendInt Replace custom AppendInt with strconv.AppendInt Jul 29, 2024
@byte0o
Copy link
Contributor

byte0o commented Jul 30, 2024

@gaby This can be implemented directly using the strconv.AppendUint function to be consistent with the function signature AppendUint.

@gaby gaby changed the title Replace custom AppendInt with strconv.AppendInt Replace custom AppendUInt with strconv.AppendUInt Jul 30, 2024
@gaby gaby changed the title Replace custom AppendUInt with strconv.AppendUInt Replace custom AppendUint with strconv.AppendUint Jul 30, 2024
@gaby
Copy link
Contributor Author

gaby commented Jul 30, 2024

@gaby This can be implemented directly using the strconv.AppendUint function to be consistent with the function signature AppendUint.

Done, thanks

@erikdubbelboer erikdubbelboer merged commit bb0c8dd into valyala:master Jul 31, 2024
19 checks passed
@erikdubbelboer
Copy link
Collaborator

Thanks!

@gaby gaby deleted the update-append branch August 1, 2024 02:56
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.

4 participants