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

Issue 1404041: code review 1404041: doc/code: example package with tests (Closed)

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

Description

doc/code: example package with tests

Patch Set 1 #

Patch Set 2 : code review 1404041: doc/code: example package with tests #

Total comments: 7

Patch Set 3 : code review 1404041: doc/code: example package with tests #

Patch Set 4 : code review 1404041: doc/code: example package with tests #

Patch Set 5 : code review 1404041: doc/code: example package with tests #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -0 lines) Patch
M doc/code.html View 1 2 3 1 chunk +85 lines, -0 lines 1 comment Download

Messages

Total messages: 6
adg
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 11 months ago (2010-05-30 14:34:57 UTC) #1
r
i think it's good but it could use a little tightening up. i suggest collapsing ...
14 years, 11 months ago (2010-05-30 16:46:44 UTC) #2
adg
Hello r (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 11 months ago (2010-05-30 17:10:22 UTC) #3
r
LGTM
14 years, 11 months ago (2010-05-30 17:20:09 UTC) #4
adg
*** Submitted as http://code.google.com/p/go/source/detail?r=c5682b68a2bd *** doc/code: example package with tests R=r CC=golang-dev http://codereview.appspot.com/1404041
14 years, 11 months ago (2010-05-30 17:22:04 UTC) #5
rsc1
14 years, 11 months ago (2010-05-31 17:44:49 UTC) #6
http://codereview.appspot.com/1404041/diff/13001/14001
File doc/code.html (right):

http://codereview.appspot.com/1404041/diff/13001/14001#newcode251
doc/code.html:251: t.Errorf("Double(%d) returns %d; should be %d.", dt.in, v,
dt.out)
The conventional form of this print is

t.Errorf("Double(%d) = %d, want %d", dt.in, v, dt.out)
Sign in to reply to this message.

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