Skip to content

Commit 62e61bf

Browse files
committed
Order imports
1 parent cef4cff commit 62e61bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker-gen.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import (
44
"encoding/json"
55
"flag"
66
"fmt"
7-
"github.com/BurntSushi/toml"
8-
"github.com/fsouza/go-dockerclient"
97
"io"
108
"net"
119
"net/http"
@@ -17,6 +15,9 @@ import (
1715
"sync"
1816
"syscall"
1917
"time"
18+
19+
"github.com/BurntSushi/toml"
20+
docker "github.com/fsouza/go-dockerclient"
2021
)
2122

2223
var (

0 commit comments

Comments
 (0)