Fix format/spacing for config.go

This commit is contained in:
mbearup 2018-10-05 10:52:02 -07:00
parent c1e0146d33
commit b6bb5d4b4d
1 changed files with 5 additions and 5 deletions

View File

@ -80,11 +80,11 @@ type Config struct {
CaptureContainerName string `mapstructure:"capture_container_name"` CaptureContainerName string `mapstructure:"capture_container_name"`
// Compute // Compute
SharedGallerySubscription string `mapstructure:"shared_gallery_subscription"` SharedGallerySubscription string `mapstructure:"shared_gallery_subscription"`
SharedGalleryResourceGroup string `mapstructure:"shared_gallery_resource_group"` SharedGalleryResourceGroup string `mapstructure:"shared_gallery_resource_group"`
SharedGalleryName string `mapstructure:"shared_gallery_name"` SharedGalleryName string `mapstructure:"shared_gallery_name"`
SharedGalleryImageName string `mapstructure:"shared_gallery_image_name"` SharedGalleryImageName string `mapstructure:"shared_gallery_image_name"`
SharedGalleryImageVersion string `mapstructure:"shared_gallery_image_version"` SharedGalleryImageVersion string `mapstructure:"shared_gallery_image_version"`
ImagePublisher string `mapstructure:"image_publisher"` ImagePublisher string `mapstructure:"image_publisher"`
ImageOffer string `mapstructure:"image_offer"` ImageOffer string `mapstructure:"image_offer"`