Fix gofmt issues

These were left these in to test the fmt job, clean it up!

Change-Id: I39f37a6c9a330a335ad5cd5c113c775615a51c9d
This commit is contained in:
Dean Troyer 2017-03-23 19:46:27 -05:00
parent 9871b73590
commit 5999092516
4 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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() {

View File

@ -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.