mirror of https://github.com/golang/go.git
%+q uses strconv.Quote[Rune]ToASCII, guaranteeing ASCII-only output. %#U a quoted character if the rune is printable: 'x'=U+0078; otherwise it's as before: U+000A. R=golang-dev, gri, rsc CC=golang-dev https://golang.org/cl/4589047 |
||
|---|---|---|
| .. | ||
| Makefile | ||
| doc.go | ||
| fmt_test.go | ||
| format.go | ||
| print.go | ||
| scan.go | ||
| scan_test.go | ||
| stringer_test.go | ||