]> Cypherpunks repositories - gostls13.git/commit
fmt: make all errors begin with the string "%!", always.
authorRobert Daniel Kortschak <dan.kortschak@adelaide.edu.au>
Wed, 31 Jul 2013 06:11:12 +0000 (16:11 +1000)
committerRob Pike <r@golang.org>
Wed, 31 Jul 2013 06:11:12 +0000 (16:11 +1000)
commit53b61057b2ca71cc92ccdd6e7c91caf3fb00c3ef
tree2d887e5bb1e783b4a1d646bf82fb87f47e3d406e
parentaa38aeaeaf5d9a87b490fa16de9de850a9f5956c
fmt: make all errors begin with the string "%!", always.

Fixes #5730.

R=dsymonds, r, kamil.kisiel
CC=golang-dev
https://golang.org/cl/11998044
src/pkg/fmt/doc.go
src/pkg/fmt/fmt_test.go
src/pkg/fmt/print.go