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

Issue 5967051: code review 5967051: doc/effective_go.html: Add missing '...' for fmt.Sprintf() (Closed)

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

Description

doc/effective_go.html: Add missing '...' for fmt.Sprintf() The '...' was missing on a call to fmt.Sprintf() which would result in the slice being printed instead of the correct result.

Patch Set 1 #

Patch Set 2 : diff -r 98fc21971a1d https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 98fc21971a1d https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M doc/effective_go.html View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4
Aaron Kemp
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 1 month ago (2012-03-30 23:42:31 UTC) #1
gri
LGTM
13 years, 1 month ago (2012-03-31 00:35:57 UTC) #2
gri
LGTM
13 years, 1 month ago (2012-03-31 00:35:58 UTC) #3
gri
13 years, 1 month ago (2012-03-31 00:51:27 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=8434de733c20 ***

doc/effective_go.html: Add missing '...' for fmt.Sprintf()

The '...' was missing on a call to fmt.Sprintf() which would result in
the slice being printed instead of the correct result.

R=golang-dev, gri
CC=golang-dev
http://codereview.appspot.com/5967051

Committer: Robert Griesemer <gri@golang.org>
Sign in to reply to this message.

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