1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:21:24 -06:00
go/src/lib/strconv
Rob Pike c0a01e9665 refine gobuild: the files must be *_test.go not *test.go
this causes complications

R=rsc
DELTA=1724  (849 added, 856 deleted, 19 changed)
OCL=19667
CL=19667
2008-11-19 19:43:32 -08:00
..
atof_test.go change naming convention for tests from 2008-11-19 19:11:01 -08:00
atof.go essentially 100% coverage of strconv in tests. 2008-11-19 12:50:34 -08:00
atoi_test.go change naming convention for tests from 2008-11-19 19:11:01 -08:00
atoi.go return *os.Error instead of bool from strconv.ato* 2008-11-18 17:12:07 -08:00
decimal_test.go change naming convention for tests from 2008-11-19 19:11:01 -08:00
decimal.go essentially 100% coverage of strconv in tests. 2008-11-19 12:50:34 -08:00
fp_test.go change naming convention for tests from 2008-11-19 19:11:01 -08:00
ftoa_test.go change naming convention for tests from 2008-11-19 19:11:01 -08:00
ftoa.go essentially 100% coverage of strconv in tests. 2008-11-19 12:50:34 -08:00
itoa_test.go change naming convention for tests from 2008-11-19 19:11:01 -08:00
itoa.go essentially 100% coverage of strconv in tests. 2008-11-19 12:50:34 -08:00
Makefile refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
testfp.txt correctly rounded floating-point conversions 2008-11-17 12:34:03 -08:00