Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(21)

Issue 6615061: code review 6615061: encoding/base{32,64}: add examples. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by dsymonds
Modified:
11 years, 7 months ago
Reviewers:
CC:
golang-dev, r
Visibility:
Public.

Description

encoding/base{32,64}: add examples. Fixes issue 4136.

Patch Set 1 #

Patch Set 2 : diff -r 4261c157f226 https://code.google.com/p/go #

Patch Set 3 : diff -r 4261c157f226 https://code.google.com/p/go #

Total comments: 2

Patch Set 4 : diff -r 23cae01a2f0c https://code.google.com/p/go #

Patch Set 5 : diff -r 23cae01a2f0c https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -0 lines) Patch
A src/pkg/encoding/base32/example_test.go View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
A src/pkg/encoding/base64/example_test.go View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 7
dsymonds
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 7 months ago (2012-10-08 11:41:04 UTC) #1
dsymonds
I can copy (and adjust) this file to encoding/base32 if it seems worthwhile, but base64 ...
11 years, 7 months ago (2012-10-08 11:41:59 UTC) #2
r
LGTM but why not do the other too? no one has complained yet about having ...
11 years, 7 months ago (2012-10-08 12:03:56 UTC) #3
dsymonds
http://codereview.appspot.com/6615061/diff/5001/src/pkg/encoding/base64/example_test.go File src/pkg/encoding/base64/example_test.go (right): http://codereview.appspot.com/6615061/diff/5001/src/pkg/encoding/base64/example_test.go#newcode14 src/pkg/encoding/base64/example_test.go:14: fmt.Println(base64.StdEncoding.EncodeToString(data)) On 2012/10/08 12:03:56, r wrote: > break this ...
11 years, 7 months ago (2012-10-08 21:15:16 UTC) #4
dsymonds
Hello golang-dev@googlegroups.com, r@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 7 months ago (2012-10-08 21:15:28 UTC) #5
r
LGTM
11 years, 7 months ago (2012-10-08 21:31:06 UTC) #6
dsymonds
11 years, 7 months ago (2012-10-08 21:56:42 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=6b1ad2dd1fbc ***

encoding/base{32,64}: add examples.

Fixes issue 4136.

R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/6615061
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b