From 599909251653c8a1afdcdff0de2e03a4b97adb30 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 23 Mar 2017 19:46:27 -0500 Subject: [PATCH] Fix gofmt issues These were left these in to test the fmt job, clean it up! Change-Id: I39f37a6c9a330a335ad5cd5c113c775615a51c9d --- examples/authentication/authentication.go | 2 +- examples/image/image.go | 2 +- examples/objectstorage/objectstorage.go | 2 +- examples/volume/volume.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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.