| commit | 0bc18811b54b782a56b171eb0f8974f47f8638c0 | [log] [tgz] |
|---|---|---|
| author | Russ Cox <rsc@golang.org> | Tue Mar 06 23:27:11 2012 -0500 |
| committer | Russ Cox <rsc@golang.org> | Tue Mar 06 23:27:11 2012 -0500 |
| tree | fb61bc08bcb026ec3afb89f2af3ef93ae7130db0 | |
| parent | 8f61631c74a46d148690cc84c21f0a0366895eed [diff] |
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