Descriptiondoc/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/ #MessagesTotal messages: 4
|