]> Cypherpunks repositories - gostls13.git/commit
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)
commitcb871ce3e0f573c51be58deaff7971daa6b5a9eb
tree1a386e020cf8de6f18517d64572a99856a695d77
parentd3a7e5f82d6892c76cf367debc56689273e9325f
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