go/src/fmt
mewmew b8620afb8d fmt: document the behaviour of %p on slices
Fixes #23291.

Change-Id: I9bb3b8246968693871d4800e2cdb2c8390f4b6a6
GitHub-Last-Rev: bc34442067
GitHub-Pull-Request: golang/go#24600
Reviewed-on: https://go-review.googlesource.com/103516
Reviewed-by: Rob Pike <r@golang.org>
2018-03-30 00:19:36 +00:00
..
doc.go fmt: document the behaviour of %p on slices 2018-03-30 00:19:36 +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.go
scan_test.go
stringer_test.go