Commit 779c7184 authored by Ross Smith II's avatar Ross Smith II

go fmt

parent ba132396
......@@ -6,7 +6,7 @@ import (
"os"
)
type StepPrepareTools struct{
type StepPrepareTools struct {
RemoteType string `mapstructure:"remote_type"`
ToolsUploadFlavor string `mapstructure:"tools_upload_flavor"`
ToolsUploadPath string `mapstructure:"tools_upload_path"`
......
......@@ -11,7 +11,7 @@ type toolsUploadPathTemplate struct {
Flavor string
}
type StepUploadTools struct{
type StepUploadTools struct {
RemoteType string `mapstructure:"remote_type"`
ToolsUploadFlavor string `mapstructure:"tools_upload_flavor"`
ToolsUploadPath string `mapstructure:"tools_upload_path"`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment