Rob Pike
|
b0683bd77a
|
move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.
this breaks the dependency of package io on package bytes.
R=rsc
CC=golang-dev
https://golang.org/cl/163085
|
2009-12-02 22:02:14 -08:00 |
|
Russ Cox
|
19dae0799b
|
gofmt -r 'α[β:len(α)] -> α[β:]' -w test/bench
except chameneosredux which i know is being edited
require gofmt for test/bench
R=r
https://golang.org/cl/157110
|
2009-11-20 13:11:42 -08:00 |
|
Russ Cox
|
28eba4877b
|
fix "declared and not used" errors in non-test code.
R=r
DELTA=112 (6 added, 57 deleted, 49 changed)
OCL=34610
CL=34610
|
2009-09-14 17:20:29 -07:00 |
|
Russ Cox
|
4b409289f6
|
remove Line in bufio.ReadLine(Bytes|Slice|String)
also drop bool arg from ReadString
R=r
DELTA=45 (13 added, 1 deleted, 31 changed)
OCL=33923
CL=33960
|
2009-08-27 11:20:15 -07:00 |
|
Rob Pike
|
ae3939cb78
|
k-nucleotide
R=rsc
DELTA=367 (366 added, 0 deleted, 1 changed)
OCL=32832
CL=32836
|
2009-08-06 13:00:26 -07:00 |
|