]> Cypherpunks repositories - gostls13.git/commit
fmt: support '*' for width or precision
authorAnthony Martin <ality@pbrane.org>
Wed, 22 Sep 2010 06:10:38 +0000 (16:10 +1000)
committerRob Pike <r@golang.org>
Wed, 22 Sep 2010 06:10:38 +0000 (16:10 +1000)
commit176364900e5218c7652386d153f6445e345af2b9
tree5d9f4534a442ad1c145c66b80491f1a9e40e7da6
parentb7cb844ac814f8c7730a345fdf4d1f0a9b13da40
fmt: support '*' for width or precision

R=r
CC=golang-dev
https://golang.org/cl/2237044
src/pkg/fmt/doc.go
src/pkg/fmt/fmt_test.go
src/pkg/fmt/print.go
src/pkg/fmt/scan_test.go