-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
encoding/binary: add AppendUvarint and AppendVarint #51644
Comments
CC @dsnet |
Seems OK and it would match not just binary.LittleEndian.AppendUint32 but also things like strconv.AppendQuote. |
This proposal has been added to the active column of the proposals project |
Based on the discussion above, this proposal seems like a likely accept. |
No change in consensus, so accepted. 🎉 |
Change https://go.dev/cl/400176 mentions this issue: |
#50601 introduced AppendByteOrder, so it would be nice if we had
The text was updated successfully, but these errors were encountered: