v2 is now golint clean :lipstick:
diff --git a/openstack/identity/v2/service_catalog.go b/openstack/identity/v2/service_catalog.go
index 035f671..4147723 100644
--- a/openstack/identity/v2/service_catalog.go
+++ b/openstack/identity/v2/service_catalog.go
@@ -40,11 +40,11 @@
//
// In all cases, fields which aren't supported by the provider and service combined will assume a zero-value ("").
type Endpoint struct {
- TenantId string
+ TenantID string
PublicURL string
InternalURL string
Region string
- VersionId string
+ VersionID string
VersionInfo string
VersionList string
}