1
0
mirror of https://github.com/golang/go synced 2024-10-04 11:21:21 -06:00
go/src/pkg/strconv
Rob Pike 1959c3ac5b tests: fix prints
- delete unnecessary newlines
- make sure formatted prints call the formatting routines

R=adg
CC=golang-dev
https://golang.org/cl/2225046
2010-09-23 13:48:56 +10:00
..
atob_test.go Add strconv.Atob, Btoa. 2010-03-25 11:50:07 -07:00
atob.go Add strconv.Atob, Btoa. 2010-03-25 11:50:07 -07:00
atof_test.go tests: fix prints 2010-09-23 13:48:56 +10:00
atof.go strconv: add AtofN, FtoaN 2010-06-18 22:43:37 -07:00
atoi_test.go tests: fix prints 2010-09-23 13:48:56 +10:00
atoi.go Trivial optimization. 2010-05-18 16:29:24 -07:00
decimal_test.go tests: fix prints 2010-09-23 13:48:56 +10:00
decimal.go strconv: fix %.1f, 0.09 2010-06-29 16:51:56 -07:00
fp_test.go tests: fix prints 2010-09-23 13:48:56 +10:00
ftoa_test.go strconv: fix %.1f, 0.09 2010-06-29 16:51:56 -07:00
ftoa.go strconv: fix %.2g, 40 2010-06-29 16:39:17 -07:00
internal_test.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
itoa_test.go tests: fix prints 2010-09-23 13:48:56 +10:00
itoa.go strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small). 2010-07-01 14:44:21 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
quote_test.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
quote.go strconv: fix comment for godoc 2010-08-31 14:18:20 -07:00
testfp.txt mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00