mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 23:11:40 -04:00
Apply suggestions from code review
Co-authored-by: Adrien Delorme <[email protected]>
This commit is contained in:
co-authored by
Adrien Delorme
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 (
|
||||
|
||||
Reference in New Issue
Block a user