1
0
mirror of https://github.com/golang/go synced 2024-11-08 01:26:11 -07:00
go/src/archive/tar
Awn 23c9db657e archive/tar: remove useless type conversions
Change-Id: I259a6ed6a1abc63d2dc39eca7e85f94cf38001cc
Reviewed-on: https://go-review.googlesource.com/47342
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-11-15 15:11:14 +00:00
..
testdata archive/tar: improve handling of directory paths 2017-10-10 20:11:26 +00:00
common.go archive/tar: ignore ChangeTime and AccessTime unless Format is specified 2017-10-10 20:13:27 +00:00
example_test.go archive/tar: add Header.DetectSparseHoles and Header.PunchSparseHoles 2017-09-20 22:12:38 +00:00
format.go archive/tar: remove useless type conversions 2017-11-15 15:11:14 +00:00
reader_test.go archive/tar: improve handling of directory paths 2017-10-10 20:11:26 +00:00
reader.go archive/tar: a cosmetic fix after checking by golint 2017-11-07 20:11:28 +00:00
sparse_unix.go archive/tar: fix sparse files support on Darwin 2017-09-23 16:53:28 +00:00
sparse_windows.go archive/tar: add Header.DetectSparseHoles and Header.PunchSparseHoles 2017-09-20 22:12:38 +00:00
stat_actime1.go archive/tar: add Header.DetectSparseHoles and Header.PunchSparseHoles 2017-09-20 22:12:38 +00:00
stat_actime2.go archive/tar: add Header.DetectSparseHoles and Header.PunchSparseHoles 2017-09-20 22:12:38 +00:00
stat_unix.go archive/tar: populate Devmajor and Devminor in FileInfoHeader on *BSD 2017-09-13 21:02:11 +00:00
strconv_test.go archive/tar: support arbitrary PAX records 2017-08-25 21:57:32 +00:00
strconv.go archive/tar: remove useless type conversions 2017-11-15 15:11:14 +00:00
tar_test.go archive/tar: ignore ChangeTime and AccessTime unless Format is specified 2017-10-10 20:13:27 +00:00
writer_test.go archive/tar: improve handling of directory paths 2017-10-10 20:11:26 +00:00
writer.go archive/tar: ignore ChangeTime and AccessTime unless Format is specified 2017-10-10 20:13:27 +00:00