From 226f7c74905f1fcc08ac128b517a1d65a1948eb9 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 30 Mar 2016 16:38:51 -0400 Subject: [PATCH] README: update `archive/tar` version reference Signed-off-by: Vincent Batts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02bbcd0..4c544d8 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Do not break the API of stdlib `archive/tar` in our fork (ideally find an upstre ## Std Version -The version of golang stdlib `archive/tar` is from go1.4.1, and their master branch around [a9dddb53f](https://github.com/golang/go/tree/a9dddb53f). +The version of golang stdlib `archive/tar` is from go1.6 It is minimally extended to expose the raw bytes of the TAR, rather than just the marshalled headers and file stream.