]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] doc/effective_go.html: Add missing '...' for fmt.Sprintf()
authorAaron Kemp <kemp.aaron@gmail.com>
Sat, 31 Mar 2012 00:51:24 +0000 (17:51 -0700)
committerRobert Griesemer <gri@golang.org>
Sat, 31 Mar 2012 00:51:24 +0000 (17:51 -0700)
commit465aef6f86c1de7ea358bf7fe473c3298ca4b818
treec6c4fcc1cb1c00db9a8bea424627df8d0bb3390a
parentd9b3c09097e2d946df5c61c8016ca6c7f71e1ae9
[release-branch.go1] doc/effective_go.html: Add missing '...' for fmt.Sprintf()

««« backport 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
https://golang.org/cl/5967051

»»»
doc/effective_go.html