]> Cypherpunks repositories - gostls13.git/commit
archive/tar: move round-trip reading into common os file
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 29 Jun 2015 06:42:28 +0000 (16:42 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 30 Jun 2015 02:20:20 +0000 (02:20 +0000)
commit53eb4783c2b325e1fc3673b780466db468c37ce7
treee336931d57044ab8477e938c6acb25506055d4b1
parent8b4278ffb75e79c277bfa90c5e473bfad9f7c1bd
archive/tar: move round-trip reading into common os file

Fixes #11426

Change-Id: I77368b0e852149ed4533e139cc43887508ac7f78
Reviewed-on: https://go-review.googlesource.com/11662
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
src/archive/tar/common.go
src/archive/tar/stat_unix.go
src/archive/tar/tar_test.go