]> Cypherpunks repositories - gostls13.git/commit
fmt/print: remove a TODO regarding printing renamed byte slices.
authorRob Pike <r@golang.org>
Mon, 16 Aug 2010 22:34:40 +0000 (08:34 +1000)
committerRob Pike <r@golang.org>
Mon, 16 Aug 2010 22:34:40 +0000 (08:34 +1000)
commit316961c1724deeb6e79f700f24bde345e0d5d992
treea3b087523e9f706af697982b2a7c27fa648759b1
parent69fe3dd754cddb56fc5521c675665494a3a387a8
fmt/print: remove a TODO regarding printing renamed byte slices.
the solution must work around a weakness in the reflection library:
there is no way to do type-safe conversions under reflection.

R=rsc
CC=golang-dev
https://golang.org/cl/2000041
src/pkg/fmt/fmt_test.go
src/pkg/fmt/print.go