diff --git a/packer-plugin-sdk/sdk-internals/communicator/none/communicator.go b/packer-plugin-sdk/sdk-internals/communicator/none/communicator.go index fd36f600a..1bc7b1f6b 100644 --- a/packer-plugin-sdk/sdk-internals/communicator/none/communicator.go +++ b/packer-plugin-sdk/sdk-internals/communicator/none/communicator.go @@ -1,8 +1,6 @@ -/* -Package none implements the 'none' communicator. Plugin maintainers should not -import this package directly, instead using the tooling in the -"packer-plugin-sdk/communicator" module. -*/ +// Package none implements the 'none' communicator. Plugin maintainers should not +// import this package directly, instead using the tooling in the +// "packer-plugin-sdk/communicator" module. package none import ( diff --git a/packer-plugin-sdk/sdk-internals/communicator/ssh/communicator.go b/packer-plugin-sdk/sdk-internals/communicator/ssh/communicator.go index 0febb1816..8746b7604 100644 --- a/packer-plugin-sdk/sdk-internals/communicator/ssh/communicator.go +++ b/packer-plugin-sdk/sdk-internals/communicator/ssh/communicator.go @@ -1,8 +1,6 @@ -/* -Package ssh implements the SSH communicator. Plugin maintainers should not -import this package directly, instead using the tooling in the -"packer-plugin-sdk/communicator" module. -*/ +// Package ssh implements the SSH communicator. Plugin maintainers should not +// import this package directly, instead using the tooling in the +// "packer-plugin-sdk/communicator" module. package ssh import ( diff --git a/packer-plugin-sdk/sdk-internals/communicator/winrm/communicator.go b/packer-plugin-sdk/sdk-internals/communicator/winrm/communicator.go index 6777e3580..7da382be9 100644 --- a/packer-plugin-sdk/sdk-internals/communicator/winrm/communicator.go +++ b/packer-plugin-sdk/sdk-internals/communicator/winrm/communicator.go @@ -1,8 +1,6 @@ -/* -Package winrm implements the WinRM communicator. Plugin maintainers should not -import this package directly, instead using the tooling in the -"packer-plugin-sdk/communicator" module. -*/ +// Package winrm implements the WinRM communicator. Plugin maintainers should not +// import this package directly, instead using the tooling in the +// "packer-plugin-sdk/communicator" module. package winrm import (