Skip to content

Commit

Permalink
Merge pull request #5 from experimental-platform/hh-fix-dockerutil
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
hinnerk authored Sep 29, 2016
2 parents 85666f4 + 2900afc commit 6b04ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerutil/dockerutil.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package dockerutil

import (
"github.com/docker/engine-api/types/filters"
"fmt"

"github.com/docker/engine-api/client"
"github.com/docker/engine-api/types"
"github.com/docker/engine-api/types/filters"
"golang.org/x/net/context"
"errors"
)

func GetContainerIP(name string) (string, error) {
Expand Down

0 comments on commit 6b04ed9

Please sign in to comment.