Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
driver exoscale: move location to follow go tools standards
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Aurèle Brothier <m@brothier.org>
  • Loading branch information
marcaurele authored and shin- committed Oct 2, 2017
1 parent a653508 commit ec49d36
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion drivers/exoscale/exoscale.go
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/docker/machine/libmachine/mcnflag" "github.com/docker/machine/libmachine/mcnflag"
"github.com/docker/machine/libmachine/mcnutils" "github.com/docker/machine/libmachine/mcnutils"
"github.com/docker/machine/libmachine/state" "github.com/docker/machine/libmachine/state"
"github.com/exoscale/egoscale/src/egoscale" "github.com/exoscale/egoscale"
) )


type Driver struct { type Driver struct {
Expand Down

0 comments on commit ec49d36

Please sign in to comment.