utf8: add InString routines for decoding in strings
reflect: add InterfaceValue.Get(), remove Empty strconv: add Quote, CanBackquote fmt: * %q go-quoted " string * %#q go-quoted ` string if possible, " string otherwise * %x hexadecimal string * anywhere a string is okay, *[]byte is okay * flags # 0 - + space * print value inside interface, not interface itself * tests R=r DELTA=756 (597 added, 121 deleted, 38 changed) OCL=19888 CL=19916
Showing
src/lib/fmt/fmt_test.go
0 → 100644
src/lib/strconv/quote.go
0 → 100644
test/fmt_test.go
deleted
100644 → 0
Please register or sign in to comment