1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:31:21 -06:00
go/src/pkg/strconv
Robert Griesemer 368f8cbc75 - fine-tuning of one-line func heuristic (nodes.go)
- enabled for function declarations (not just function literals)
- applied gofmt -w $GOROOT/src
(look for instance at src/pkg/debug/elf/elf.go)

R=r, rsc
CC=go-dev
http://go/go-review/1026006
2009-11-06 14:24:38 -08:00
..
atof_test.go - fine-tuning of one-line func heuristic (nodes.go) 2009-11-06 14:24:38 -08:00
atof.go more lgtm files from gofmt 2009-10-08 15:14:54 -07:00
atoi_test.go gofmt-ify strconv 2009-11-04 23:20:49 -08:00
atoi.go - fine-tuning of one-line func heuristic (nodes.go) 2009-11-06 14:24:38 -08:00
decimal_test.go gofmt'ed more stragglers 2009-11-05 18:26:16 -08:00
decimal.go gofmt-ify strconv 2009-11-04 23:20:49 -08:00
fp_test.go more lgtm files from gofmt 2009-10-08 15:14:54 -07:00
ftoa_test.go - fine-tuning of one-line func heuristic (nodes.go) 2009-11-06 14:24:38 -08:00
ftoa.go misc cleanup 2009-11-01 09:25:55 -08:00
internal_test.go - fine-tuning of one-line func heuristic (nodes.go) 2009-11-06 14:24:38 -08:00
itoa_test.go gofmt-ify strconv 2009-11-04 23:20:49 -08:00
itoa.go - fine-tuning of one-line func heuristic (nodes.go) 2009-11-06 14:24:38 -08:00
Makefile convert low-level (used by testing) packages to 2009-08-12 13:18:37 -07:00
quote_test.go gofmt-ify strconv 2009-11-04 23:20:49 -08:00
quote.go misc cleanup 2009-11-01 09:25:55 -08:00
testfp.txt mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00