summaryrefslogtreecommitdiff
path: root/src/runtime/write_err.go
Commit message (Collapse)AuthorAgeFilesLines
* runtime: change odd 'print1_write' file namesAaron Jacobs2015-10-201-0/+13
The '1' part is left over from the C conversion, but no longer makes sense given that print1.go no longer exists. Change-Id: Iec171251370d740f234afdbd6fb1a4009fde6696 Reviewed-on: https://go-review.googlesource.com/16036 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>