1
0
mirror of https://github.com/moby/moby.git synced 2025-07-29 07:21:35 +03: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:
Tianon Gravi
2015-05-01 16:01:10 -06:00
parent 1f2f3db1e3
commit 576985a1dc
40 changed files with 16 additions and 3229 deletions

View File

@ -1,6 +1,7 @@
package main
import (
"archive/tar"
"bytes"
"encoding/json"
"io"
@ -11,7 +12,6 @@ import (
"github.com/docker/docker/api/types"
"github.com/docker/docker/pkg/stringid"
"github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar"
"github.com/go-check/check"
)