builder/docker: style

This commit is contained in:
Mitchell Hashimoto 2014-09-04 17:07:21 -07:00
parent 74a4f27a16
commit c139aa3b71
1 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,6 @@ package docker
import (
"bytes"
"fmt"
"github.com/ActiveState/tail"
"github.com/mitchellh/packer/packer"
"io"
"io/ioutil"
"log"
@ -15,6 +13,9 @@ import (
"sync"
"syscall"
"time"
"github.com/ActiveState/tail"
"github.com/mitchellh/packer/packer"
)
type Communicator struct {