summaryrefslogtreecommitdiff
path: root/src/pkg/io/io.go
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Imported Upstream version 2011.02.15Ondřej Surý1-2/+11
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-7/+18
2010-02-25strings: delete Runes, BytesRuss Cox1-5/+2
2010-01-07add a standard interface that wraps ReadByte, io.ReadByterRob Pike1-0/+8
2009-12-151) Change default gofmt default settings forRobert Griesemer1-70/+70
2009-12-03Add ReadFrom and WriteTo methods to bytes.Buffer, to enable i/o without buffe...Rob Pike1-0/+32
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-2/+1
2009-11-23io.ReadWriter: fix doc comment (ReadWrite -> ReadWriter)Russ Cox1-1/+1
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-1/+1
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-4/+4
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-20/+20
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-6/+2
2009-11-01reverse the arguments to io.Copy so the destination is on theRob Pike1-2/+2
2009-10-06apply gofmt to go, gob, hash, http, image, io, json, logRuss Cox1-24/+24
2009-09-17unused importsRuss Cox1-1/+0
2009-09-01import debug/gosym from usr/austin/symRuss Cox1-0/+4
2009-08-31add SectionReader, ReaderAt.Russ Cox1-0/+85
2009-08-26add io.LimitReader.Russ Cox1-20/+16
2009-08-18Add a standard Seeker interface.Austin Clements1-0/+30
2009-07-01clean up some BUG/TODO in go codeRuss Cox1-3/+1
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-10/+2
2009-06-22document requirements on Write methodRuss Cox1-1/+7
2009-06-22changes required if we disallow the implicit *Russ Cox1-2/+2
2009-06-22introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox1-47/+40
2009-06-09mv src/lib to src/pkgRob Pike1-0/+223