-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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/base64: Add examples for Encode/Decode #37595
Comments
Thanks! I will start working on this. |
Change https://golang.org/cl/221857 mentions this issue: |
Change https://golang.org/cl/224899 mentions this issue: |
I am confused that the CL is abandoned without a reason and the issue is not closed.
|
There was another CL submitted originally #37595 (comment) and still waiting to be reviewed. |
Change https://golang.org/cl/348394 mentions this issue: |
Change https://golang.org/cl/351470 mentions this issue: |
Updates #37595 Change-Id: I7568e7416d5504e9dc67061c79f66e3a0d597dee Reviewed-on: https://go-review.googlesource.com/c/go/+/351470 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: David Chase <drchase@google.com>
Currently we have examples for
However, it would be nice if we can also include the example for
to demonstrate how to do the encoding/decoding to/from byte slice values.
If this is okay, I can submit a CL for review.
The text was updated successfully, but these errors were encountered: