Fix gofmt issues
These were left these in to test the fmt job, clean it up! Change-Id: I39f37a6c9a330a335ad5cd5c113c775615a51c9d
This commit is contained in:
parent
9871b73590
commit
5999092516
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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() {
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user