]> Cypherpunks repositories - gostls13.git/commit
Basic POSIX-compatible tar writer.
authorDavid Symonds <dsymonds@golang.org>
Thu, 9 Jul 2009 00:15:18 +0000 (17:15 -0700)
committerDavid Symonds <dsymonds@golang.org>
Thu, 9 Jul 2009 00:15:18 +0000 (17:15 -0700)
commitd6d0a3905062a00b201e089dcbd9a6c42a6a4dcf
treef17264aa135670d8fe67818d08285be0269517ec
parent903d28bd1e5b27dcbd68575d5952ffcbe8605296
Basic POSIX-compatible tar writer.

R=rsc
APPROVED=rsc
DELTA=456  (382 added, 66 deleted, 8 changed)
OCL=31246
CL=31372
src/pkg/archive/tar/Makefile
src/pkg/archive/tar/common.go [new file with mode: 0644]
src/pkg/archive/tar/testdata/writer.tar [new file with mode: 0644]
src/pkg/archive/tar/untar.go
src/pkg/archive/tar/untar_test.go
src/pkg/archive/tar/writer.go [new file with mode: 0644]
src/pkg/archive/tar/writer_test.go [new file with mode: 0644]