summaryrefslogtreecommitdiff
path: root/src/pkg/archive/tar/reader.go
AgeCommit message (Expand)AuthorFilesLines
2010-04-22FileInfo: regularize the types of some fields.Rob Pike1-2/+2
2010-04-11archive/tar: update documentation to match current coding styleChristopher Wedgwood1-3/+3
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-62/+62
2009-12-14archive/tar: bug fixes.Christopher Wedgwood1-8/+19
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-1/+1
2009-11-19archive/tar: Make Reader and Writer more closely follow io.Reader and io.Writ...Evan Shaw1-1/+1
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-3/+3
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-19/+19
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-3/+1
2009-11-01reverse the arguments to io.Copy so the destination is on theRob Pike1-2/+2
2009-10-08more lgtm files from gofmtRuss Cox1-3/+3
2009-10-06another round of gofmt applicationsRuss Cox1-1/+2
2009-10-06apply gofmt to the LGTM-marked files from 34501Russ Cox1-27/+27
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-6/+4
2009-08-18Add a standard Seeker interface.Austin Clements1-5/+1
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-7/+3
2009-08-09Regenerate v7.tar with a real V7 tar.David Symonds1-1/+6
2009-07-08archive/tar cleanups:David Symonds1-0/+221