mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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>
This commit is contained in:
parent
1f2f3db1e3
commit
576985a1dc
40 changed files with 16 additions and 3229 deletions
|
@ -3,11 +3,10 @@
|
|||
package archive
|
||||
|
||||
import (
|
||||
"archive/tar"
|
||||
"errors"
|
||||
"os"
|
||||
"syscall"
|
||||
|
||||
"github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar"
|
||||
)
|
||||
|
||||
// canonicalTarNameForPath returns platform-specific filepath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue