1
0
mirror of https://github.com/golang/go synced 2024-11-18 19:34:41 -07:00
go/src/fmt
Ashish Gandhi 86827fd7a1 fmt: make %v doc for compound objects consistent
The documentation for %v behavior for compound objects uses an ellipsis
to indicate indefinite lenght of elements. This is done for struct
fields as well as elements of arrays and slices. This adds the missing
ellipsis for maps.

Change-Id: Ia433387fe189d2daf5095df32085a541458f00a1
Reviewed-on: https://go-review.googlesource.com/107623
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-04-17 23:47:44 +00:00
..
doc.go fmt: make %v doc for compound objects consistent 2018-04-17 23:47:44 +00:00
example_test.go fmt: add Stringer example 2017-08-16 18:02:42 +00:00
export_test.go
fmt_test.go fmt: hide bad format in test from vet 2017-10-31 13:49:53 +00:00
format.go fmt: change some unexported method names to camel case 2018-02-27 20:12:04 +00:00
print.go fmt: change some unexported method names to camel case 2018-02-27 20:12:04 +00:00
scan_test.go
scan.go fmt: remove stopAtNewline unused parameter 2017-08-11 04:56:58 +00:00
stringer_test.go