1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
This commit is contained in:
Solomon Hykes 2013-11-07 23:58:03 +00:00
parent 165d1bdbc0
commit f1127b9308
7 changed files with 28 additions and 31 deletions

View file

@ -1,9 +1,9 @@
package archive
import (
"path/filepath"
"log"
"os"
"path/filepath"
"strings"
)
@ -56,4 +56,3 @@ func ApplyLayer(dest string, layer Archive) error {
}
return nil
}