1
0
mirror of https://github.com/golang/go synced 2024-11-08 11:56:16 -07:00
go/src/pkg/archive/tar
David Symonds 600d7828a7 archive/tar cleanups:
- rename untar{,_test}.go to reader{,_test}.go.
  - fix up some comments.
  - improve test output if it fails.

R=rsc
APPROVED=rsc
DELTA=821  (400 added, 392 deleted, 29 changed)
OCL=31376
CL=31378
2009-07-08 18:31:14 -07:00
..
testdata Basic POSIX-compatible tar writer. 2009-07-08 17:15:18 -07:00
common.go Basic POSIX-compatible tar writer. 2009-07-08 17:15:18 -07:00
Makefile archive/tar cleanups: 2009-07-08 18:31:14 -07:00
reader_test.go archive/tar cleanups: 2009-07-08 18:31:14 -07:00
reader.go archive/tar cleanups: 2009-07-08 18:31:14 -07:00
writer_test.go archive/tar cleanups: 2009-07-08 18:31:14 -07:00
writer.go archive/tar cleanups: 2009-07-08 18:31:14 -07:00