]> Cypherpunks repositories - gostls13.git/commit
archive/tar: improve package documentation
authorJoe Tsai <joetsai@digital-static.net>
Fri, 25 Aug 2017 22:34:35 +0000 (15:34 -0700)
committerJoe Tsai <thebrokentoaster@gmail.com>
Fri, 25 Aug 2017 23:29:55 +0000 (23:29 +0000)
commitbad6b6fa9190e9079a6d6958859856a66f0fab87
tree9f177c208273dfd5f6a6dd324ca720d70503bf16
parent19a995945fc0d10c3cd92fdff2965f791ea0b0d2
archive/tar: improve package documentation

Many aspects of the package is woefully undocumented.
With the recent flurry of improvements, the package is now at feature
parity with the GNU and TAR tools. Thoroughly all of the public API
and perform some minor stylistic cleanup in some code segments.

Change-Id: Ic892fd72c587f30dfe91d1b25b88c9c8048cc389
Reviewed-on: https://go-review.googlesource.com/59210
Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/archive/tar/common.go
src/archive/tar/format.go
src/archive/tar/reader.go
src/archive/tar/writer.go