-
Russ Cox authored
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
b65a9304
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile | ||
atof.go | ||
atof_test.go | ||
atoi.go | ||
atoi_test.go | ||
decimal.go | ||
decimal_test.go | ||
fp_test.go | ||
ftoa.go | ||
ftoa_test.go | ||
itoa.go | ||
itoa_test.go | ||
quote.go | ||
quote_test.go | ||
testfp.txt |