1
0
mirror of https://github.com/golang/go synced 2024-11-18 10:54:40 -07:00
The Go programming language
Go to file
Russ Cox 64684cc2a2 introduce os.EOF and io.ErrUnexpectedEOF.
remove io.ErrEOF.
rename io.FullRead to io.ReadFull, to match
   ReadAtLeast and ReadAll.
remove io.FullReader, because it is now unused.

R=r
DELTA=295  (88 added, 105 deleted, 102 changed)
OCL=30544
CL=30588
2009-06-22 13:26:13 -07:00
doc fix for conversion rule 2009-06-19 13:03:01 -07:00
include fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
lib delete dreg comment 2009-06-16 13:49:40 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src introduce os.EOF and io.ErrUnexpectedEOF. 2009-06-22 13:26:13 -07:00
test test non-trivial conversions and assignments, 2009-06-19 14:00:39 -07:00
usr - install gofmt in src/cmd/gofmt 2009-06-16 12:03:32 -07:00