mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
go fmt
This commit is contained in:
parent
1cea606f12
commit
75074ca92d
1 changed files with 4 additions and 4 deletions
|
|
@ -28,10 +28,10 @@ type CommandFinished struct {
|
|||
}
|
||||
|
||||
type CommunicatorStartArgs struct {
|
||||
Command string
|
||||
StdinAddress string
|
||||
StdoutAddress string
|
||||
StderrAddress string
|
||||
Command string
|
||||
StdinAddress string
|
||||
StdoutAddress string
|
||||
StderrAddress string
|
||||
ResponseAddress string
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue