1
0
mirror of https://github.com/golang/go synced 2024-11-06 17:26:10 -07:00
go/src/fmt
Ian Lance Taylor c3b9a723bb fmt: include failing method name in panic message
Fixes #25707

Change-Id: Idfa379db8cc0e105ea68455ec0b4a0dbc1b3f485
Reviewed-on: https://go-review.googlesource.com/c/153827
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-12-13 22:41:52 +00:00
..
doc.go strconv: clarify "g" and "G" precision in the docs 2018-08-01 00:57:00 +00:00
example_test.go fmt: update formatting example for maps 2018-11-26 05:08:44 +00:00
export_test.go
fmt_test.go fmt: include failing method name in panic message 2018-12-13 22:41:52 +00:00
format.go fmt: avoid allocation when formatting byte slice arguments with verb s 2018-11-14 20:32:15 +00:00
gostringer_example_test.go fmt: add example for GoStringer interface 2018-09-06 04:25:17 +00:00
print.go fmt: include failing method name in panic message 2018-12-13 22:41:52 +00:00
scan_test.go
scan.go fmt: remove stopAtNewline unused parameter 2017-08-11 04:56:58 +00:00
stringer_example_test.go fmt: add an example for Errorf 2018-08-30 19:40:13 +00:00
stringer_test.go