]> Cypherpunks repositories - gostls13.git/commit
archive/tar: Add reader and writer code example.
authorRobin Eklind <r.eklind.87@gmail.com>
Mon, 4 Feb 2013 01:37:18 +0000 (12:37 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 4 Feb 2013 01:37:18 +0000 (12:37 +1100)
commit97916f11548110b282c460aa9f939bac139ca99c
tree256d8d60e3496c0f1ac8d3781860c100657c299c
parent2c09d6992f7a13d680ce8f3a0f19366dfcc93713
archive/tar: Add reader and writer code example.

Remove the previous comment examples.

R=golang-dev, minux.ma, adg
CC=golang-dev
https://golang.org/cl/7220048
src/pkg/archive/tar/example_test.go [new file with mode: 0644]
src/pkg/archive/tar/reader.go
src/pkg/archive/tar/writer.go