1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:41:21 -06:00
go/src/fmt
Russ Cox dbaf5010b3 Revert "fmt: check newline in the end of input"
This change can break real code. There are other newline-related bugs in this code, and fixing them will also break real code. If we're going to break real code, let's fix all the bugs together and just break things once.

This reverts commit 8331f19d97.

Change-Id: Ie4b3022f3a305c3e1f78cc208e50beed212608e6
Reviewed-on: https://go-review.googlesource.com/17724
Reviewed-by: Rob Pike <r@golang.org>
2015-12-11 06:35:20 +00:00
..
doc.go fmt: clarify reflect.Value printing 2015-10-19 18:29:36 +00:00
export_test.go
fmt_test.go internal/race: add package 2015-11-26 16:50:31 +00:00
format.go fmt: restore padding for %x on byte slices and strings 2015-06-29 07:17:23 +00:00
print.go fmt: allow any type in a format's width argument 2015-09-10 20:53:22 +00:00
scan_test.go Revert "fmt: check newline in the end of input" 2015-12-11 06:35:20 +00:00
scan.go Revert "fmt: check newline in the end of input" 2015-12-11 06:35:20 +00:00
stringer_test.go