1
0
mirror of https://github.com/golang/go synced 2024-11-20 03:34:40 -07:00
go/src/fmt
Rajath Agasthya 8802b188c6 fmt: Implement pp.WriteString method
This allows io.WriteString to make use of WriteString method
implemented by pp when writing a string to fmt.State.

Fixes #20786

Change-Id: Ice7a92bf303127ad87f05562217fa076f5c589ad
Reviewed-on: https://go-review.googlesource.com/61430
Reviewed-by: Rob Pike <r@golang.org>
2017-09-20 06:48:34 +00:00
..
doc.go fmt: document verbs %b %d %o %x %X for printing pointers 2017-08-28 05:11:30 +00:00
example_test.go fmt: add Stringer example 2017-08-16 18:02:42 +00:00
export_test.go
fmt_test.go fmt: Implement pp.WriteString method 2017-09-20 06:48:34 +00:00
format.go fmt: support sharp flag for float and complex value printing 2017-02-19 07:18:56 +00:00
print.go fmt: Implement pp.WriteString method 2017-09-20 06:48:34 +00:00
scan_test.go fmt: document and adjust Scanf space handling to eliminate a few paradoxes 2016-10-07 03:46:50 +00:00
scan.go fmt: remove stopAtNewline unused parameter 2017-08-11 04:56:58 +00:00
stringer_test.go