Finally remove our copy of "archive/tar" now that Go 1.4 is the minimum!

IT'S ABOUT TIME. 🎉

Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
Upstream-commit: 576985a1dcd76a9af2c5c483e6f12035a1f47b96
Component: engine
This commit is contained in:
Tianon Gravi
2015-05-01 16:01:10 -06:00
parent 9893237498
commit 7bd38d02c2
40 changed files with 16 additions and 3229 deletions

View File

@ -1,6 +1,7 @@
package main
import (
"archive/tar"
"fmt"
"io/ioutil"
"os"
@ -8,7 +9,6 @@ import (
"strings"
"time"
"github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar"
"github.com/go-check/check"
)