]> Cypherpunks repositories - gostls13.git/commit
fmt: improve go syntax handling of byte-derived arrays and slices
authorRobert Daniel Kortschak <dan.kortschak@adelaide.edu.au>
Thu, 31 Jan 2013 01:53:53 +0000 (17:53 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 31 Jan 2013 01:53:53 +0000 (17:53 -0800)
commit92bc89690988f30863fdafa4a2e353a99edf5ef1
treeca7e31ab80cf85351a70aa4affbf0ce2163e7957
parenteea0f19990c2bcb2a5f92e60307428fc7e18e153
fmt: improve go syntax handling of byte-derived arrays and slices

Fixes #4685.

R=golang-dev, adg, remyoudompheng, rsc
CC=golang-dev
https://golang.org/cl/7205047
src/pkg/fmt/fmt_test.go
src/pkg/fmt/print.go