Apply suggestions from code review

Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
pull/10388/head
Megan Marsh 5 years ago
parent 3fd8066a95
commit 7ef8b290e8

@ -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 (

@ -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 (

@ -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 (

Loading…
Cancel
Save