diff --git a/examples/authentication/authentication.go b/examples/authentication/authentication.go index 8a5368b..f412967 100644 --- a/examples/authentication/authentication.go +++ b/examples/authentication/authentication.go @@ -21,8 +21,8 @@ import ( // "git.openstack.org/openstack/golang-client/identity/v2" "time" - "git.openstack.org/openstack/golang-client/openstack" "git.openstack.org/openstack/golang-client/examples/setup" + "git.openstack.org/openstack/golang-client/openstack" ) // Authentication examples. diff --git a/examples/image/image.go b/examples/image/image.go index fdd540c..2172e20 100644 --- a/examples/image/image.go +++ b/examples/image/image.go @@ -21,9 +21,9 @@ import ( "net/http" "time" + "git.openstack.org/openstack/golang-client/examples/setup" "git.openstack.org/openstack/golang-client/image/v1" "git.openstack.org/openstack/golang-client/openstack" - "git.openstack.org/openstack/golang-client/examples/setup" ) // Image examples. diff --git a/examples/objectstorage/objectstorage.go b/examples/objectstorage/objectstorage.go index 441ca72..b24475d 100644 --- a/examples/objectstorage/objectstorage.go +++ b/examples/objectstorage/objectstorage.go @@ -24,9 +24,9 @@ import ( "net/http" "time" + "git.openstack.org/openstack/golang-client/examples/setup" "git.openstack.org/openstack/golang-client/objectstorage/v1" "git.openstack.org/openstack/golang-client/openstack" - "git.openstack.org/openstack/golang-client/examples/setup" ) func main() { diff --git a/examples/volume/volume.go b/examples/volume/volume.go index d6e079e..878371f 100644 --- a/examples/volume/volume.go +++ b/examples/volume/volume.go @@ -21,9 +21,9 @@ import ( "net/http" "time" + "git.openstack.org/openstack/golang-client/examples/setup" "git.openstack.org/openstack/golang-client/openstack" "git.openstack.org/openstack/golang-client/volume/v2" - "git.openstack.org/openstack/golang-client/examples/setup" ) // Volume examples.