]> Cypherpunks repositories - gostls13.git/commit
fmt, log: stop using unicode
authorRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 04:27:11 +0000 (23:27 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 04:27:11 +0000 (23:27 -0500)
commit0bc18811b54b782a56b171eb0f8974f47f8638c0
treefb61bc08bcb026ec3afb89f2af3ef93ae7130db0
parent8f61631c74a46d148690cc84c21f0a0366895eed
fmt, log: stop using unicode

$ go list -f '{{.ImportPath}} {{.Deps}}' fmt log
fmt [errors io math os reflect runtime strconv sync sync/atomic syscall time unicode/utf8 unsafe]
log [errors fmt io math os reflect runtime strconv sync sync/atomic syscall time unicode/utf8 unsafe]

R=bradfitz, rogpeppe, r, r, rsc
CC=golang-dev
https://golang.org/cl/5753055
src/pkg/fmt/export_test.go [new file with mode: 0644]
src/pkg/fmt/fmt_test.go
src/pkg/fmt/format.go
src/pkg/fmt/print.go
src/pkg/fmt/scan.go
src/pkg/go/build/deps_test.go
src/pkg/log/log.go