1
0
mirror of https://github.com/golang/go synced 2024-11-08 05:36:13 -07:00
go/src/archive/tar
Joe Tsai e17405d754 archive/tar: simplify bytediff logic
The encoding/hex package provides a nice Dump formatter that
prints both hex and ASCII. Use that instead for better visual
debugging of binary diffs.

Change-Id: Iad1084e8e52d7d523595e97ae20912657cea2ab5
Reviewed-on: https://go-review.googlesource.com/14729
Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-08-11 03:12:02 +00:00
..
testdata archive/tar: fallback to pre-Go1.8 behavior on certain GNU files 2017-08-11 03:11:49 +00:00
common.go archive/tar: remove file type bits from mode field 2017-05-13 00:22:29 +00:00
example_test.go
format.go
reader_test.go archive/tar: fallback to pre-Go1.8 behavior on certain GNU files 2017-08-11 03:11:49 +00:00
reader.go archive/tar: fallback to pre-Go1.8 behavior on certain GNU files 2017-08-11 03:11:49 +00:00
stat_atim.go
stat_atimespec.go
stat_unix.go
strconv_test.go archive/tar: fix parsePAXTime 2016-10-20 01:06:09 +00:00
strconv.go archive/tar: fix parsePAXTime 2016-10-20 01:06:09 +00:00
tar_test.go archive/tar: remove file type bits from mode field 2017-05-13 00:22:29 +00:00
writer_test.go archive/tar: simplify bytediff logic 2017-08-11 03:12:02 +00:00
writer.go archive/tar: simplify Flush 2017-08-11 03:03:14 +00:00