diff --git a/builder/vmware/common/export_config.go b/builder/vmware/common/export_config.go index 225d140fa..1ae85d759 100644 --- a/builder/vmware/common/export_config.go +++ b/builder/vmware/common/export_config.go @@ -1,6 +1,5 @@ //go:generate struct-markdown - package common import ( diff --git a/builder/vmware/common/hw_config.go b/builder/vmware/common/hw_config.go index ba288f57c..114227ab3 100644 --- a/builder/vmware/common/hw_config.go +++ b/builder/vmware/common/hw_config.go @@ -1,6 +1,5 @@ //go:generate struct-markdown - package common import ( diff --git a/builder/vmware/common/output_config.go b/builder/vmware/common/output_config.go index acc81fa1f..e99919dcb 100644 --- a/builder/vmware/common/output_config.go +++ b/builder/vmware/common/output_config.go @@ -1,6 +1,5 @@ //go:generate struct-markdown - package common import ( diff --git a/builder/vmware/common/ssh_config.go b/builder/vmware/common/ssh_config.go index 6b0072b5e..8c59cdedc 100644 --- a/builder/vmware/common/ssh_config.go +++ b/builder/vmware/common/ssh_config.go @@ -1,6 +1,5 @@ //go:generate struct-markdown - package common import ( diff --git a/builder/vmware/common/tools_config.go b/builder/vmware/common/tools_config.go index 3c76ee2a0..4830ff30c 100644 --- a/builder/vmware/common/tools_config.go +++ b/builder/vmware/common/tools_config.go @@ -1,6 +1,5 @@ //go:generate struct-markdown - package common import ( diff --git a/hcl2template/config_load.go b/hcl2template/config_load.go index 1be7928c4..61bd281aa 100644 --- a/hcl2template/config_load.go +++ b/hcl2template/config_load.go @@ -5,7 +5,7 @@ import ( "github.com/hashicorp/hcl/v2" "github.com/zclconf/go-cty/cty" -) +) type Artifacts map[ArtifactRef]*Artifact diff --git a/hcl2template/types.build.from.go b/hcl2template/types.build.from.go index 3d1d8d383..66d3b7645 100644 --- a/hcl2template/types.build.from.go +++ b/hcl2template/types.build.from.go @@ -3,8 +3,8 @@ package hcl2template import ( "strings" - "github.com/hashicorp/hcl/v2/gohcl" "github.com/hashicorp/hcl/v2" + "github.com/hashicorp/hcl/v2/gohcl" "github.com/hashicorp/hcl/v2/hclsyntax" ) diff --git a/hcl2template/types.variable.go b/hcl2template/types.variable.go index e03462ff5..bbf349700 100644 --- a/hcl2template/types.variable.go +++ b/hcl2template/types.variable.go @@ -1,8 +1,8 @@ package hcl2template import ( - "github.com/hashicorp/hcl/v2/gohcl" "github.com/hashicorp/hcl/v2" + "github.com/hashicorp/hcl/v2/gohcl" "github.com/hashicorp/packer/template" )