1
0
mirror of https://github.com/golang/go synced 2024-10-04 13:21:22 -06:00
go/src/fmt
Emmanuel Odeke 5c434e93a1 fmt: remove extra space in doc for compound objects
Fixes #15339

Change-Id: I0b006deefb58ccfc47beae4e1b8da3d77fafda6b
Reviewed-on: https://go-review.googlesource.com/22148
Reviewed-by: Rob Pike <r@golang.org>
2016-04-17 20:07:32 +00:00
..
doc.go fmt: remove extra space in doc for compound objects 2016-04-17 20:07:32 +00:00
export_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
fmt_test.go fmt: fix padding when precision is set for integer formatting 2016-04-17 16:23:12 +00:00
format.go fmt: fix padding when precision is set for integer formatting 2016-04-17 16:23:12 +00:00
print.go fmt: optimize struct layout and intbuf size 2016-04-15 19:28:41 +00:00
scan_test.go all: delete dead test code 2016-03-21 07:10:08 +00:00
scan.go fmt: replace variables for type bit sizes with constants 2016-03-16 01:38:54 +00:00
stringer_test.go