Fix vet errors about unkeyed fields

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
Alexander Morozov
2014-12-12 10:44:59 -08:00
parent c60e60a184
commit e7d086c2be
6 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
"github.com/docker/docker/pkg/reexec"
)
var chrootArchiver = &archive.Archiver{Untar}
var chrootArchiver = &archive.Archiver{Untar: Untar}
func chroot(path string) error {
if err := syscall.Chroot(path); err != nil {