go fmt these

This commit is contained in:
Edward Muller 2015-08-05 10:42:54 -07:00
parent 967b5c5a4e
commit 3dab503a73
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,6 @@ import (
"regexp"
"time"
"github.com/scalingdata/gcfg"
"github.com/rackspace/gophercloud"
"github.com/rackspace/gophercloud/openstack"
"github.com/rackspace/gophercloud/openstack/compute/v2/flavors"
@ -35,6 +34,7 @@ import (
"github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools"
"github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips"
"github.com/rackspace/gophercloud/pagination"
"github.com/scalingdata/gcfg"
"github.com/golang/glog"
"k8s.io/kubernetes/pkg/api"