Russ Cox
|
20011bc878
|
unused imports
R=r
OCL=34731
CL=34731
|
2009-09-17 10:27:04 -07:00 |
|
Russ Cox
|
ca6a0fee1b
|
more "declared and not used".
the last round omitted := range and only
checked 1 out of N vars in a multi-var :=
R=r
OCL=34624
CL=34638
|
2009-09-15 09:41:59 -07:00 |
|
Russ Cox
|
b04ac108fd
|
convert non-low-level non-google pkg code
to whole-package compilation.
R=r
OCL=33070
CL=33101
|
2009-08-12 13:19:17 -07:00 |
|
Russ Cox
|
d3a412a5ab
|
io.StringBytes -> strings.Bytes
io.ByteBuffer -> bytes.Buffer
left io.ByteBuffer stub around for now,
for protocol compiler.
R=r
OCL=30861
CL=30872
|
2009-06-29 15:24:23 -07:00 |
|
Russ Cox
|
5d2ee9d90a
|
add Addr() string to net.Listener interface.
use it to avoid use of fixed ports in tests.
convert google/net/rpc to gotest
R=r
DELTA=523 (275 added, 229 deleted, 19 changed)
OCL=30458
CL=30460
|
2009-06-17 21:44:26 -07:00 |
|
Rob Pike
|
d90e7cbac6
|
mv src/lib to src/pkg
tests: all.bash passes, gobuild still works, godoc still works.
R=rsc
OCL=30096
CL=30102
|
2009-06-09 09:53:44 -07:00 |
|