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

Issue 8638043: code review 8638043: fmt: tweak the explanation of Stringer to be more corre... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by r
Modified:
13 years, 1 month ago
Reviewers:
u
CC:
golang-dev, bradfitz
Visibility:
Public.

Description

fmt: tweak the explanation of Stringer to be more correct and less specific The String method is called whenever the printing operation wants a string, not just for %s and %v.

Patch Set 1 #

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

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

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M src/pkg/fmt/print.go View 1 2 chunks +3 lines, -2 lines 1 comment Download

Messages

Total messages: 5
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
13 years, 1 month ago (2013-04-10 20:44:35 UTC) #1
bradfitz
LGTM On Wed, Apr 10, 2013 at 1:44 PM, <r@golang.org> wrote: > Reviewers: golang-dev1, > ...
13 years, 1 month ago (2013-04-10 20:57:44 UTC) #2
r
*** Submitted as https://code.google.com/p/go/source/detail?r=522c34c6fe61 *** fmt: tweak the explanation of Stringer to be more correct ...
13 years, 1 month ago (2013-04-10 21:05:37 UTC) #3
u
Clarification of the Formatter comment required. https://codereview.appspot.com/8638043/diff/3002/src/pkg/fmt/print.go File src/pkg/fmt/print.go (right): https://codereview.appspot.com/8638043/diff/3002/src/pkg/fmt/print.go#newcode50 src/pkg/fmt/print.go:50: // The implementation ...
13 years, 1 month ago (2013-04-13 03:31:07 UTC) #4
r
13 years, 1 month ago (2013-04-13 05:32:43 UTC) #5
It's shorthand for Sprint or Sprintf, etc.

-rob
Sign in to reply to this message.

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