README.md: update

The fork of archive/tar is now from go-1.11.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin 2018-09-05 17:08:01 -07:00
parent 9a95e02602
commit a555806af9
1 changed files with 1 additions and 2 deletions

View File

@ -67,7 +67,7 @@ Do not break the API of stdlib `archive/tar` in our fork (ideally find an upstre
## Std Version ## Std Version
The version of golang stdlib `archive/tar` is from go1.6 The version of golang stdlib `archive/tar` is from go1.11
It is minimally extended to expose the raw bytes of the TAR, rather than just the marshalled headers and file stream. It is minimally extended to expose the raw bytes of the TAR, rather than just the marshalled headers and file stream.
@ -135,4 +135,3 @@ bytes-per-file rate for the storage implications.
## License ## License
See [LICENSE](LICENSE) See [LICENSE](LICENSE)