1
0
mirror of https://github.com/golang/go synced 2024-10-04 22:31:22 -06:00
go/src/pkg/bytes
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
..
buffer_test.go return "<nil>" when calling String() on a nil bytes.Buffer. 2009-10-31 13:28:22 -07:00
buffer.go - fine-tuning of one-line func heuristic (nodes.go) 2009-11-06 14:24:38 -08:00
bytes_test.go - fine-tuning of one-line func heuristic (nodes.go) 2009-11-06 14:24:38 -08:00
bytes.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