fmt
This commit is contained in:
parent
ebd2407890
commit
430963f400
|
@ -16,9 +16,9 @@ import (
|
|||
const KeyLeftShift uint32 = 0xFFE1
|
||||
|
||||
type bootCommandTemplateData struct {
|
||||
HTTPIP string
|
||||
HTTPIP string
|
||||
HTTPPort uint
|
||||
Name string
|
||||
Name string
|
||||
}
|
||||
|
||||
// This step "types" the boot command into the VM over VNC.
|
||||
|
|
|
@ -15,9 +15,9 @@ import (
|
|||
const KeyLeftShift uint32 = 0xFFE1
|
||||
|
||||
type bootCommandTemplateData struct {
|
||||
HTTPIP string
|
||||
HTTPIP string
|
||||
HTTPPort uint
|
||||
Name string
|
||||
Name string
|
||||
}
|
||||
|
||||
// This step "types" the boot command into the VM over VNC.
|
||||
|
|
|
@ -18,9 +18,9 @@ import (
|
|||
const KeyLeftShift uint32 = 0xFFE1
|
||||
|
||||
type bootCommandTemplateData struct {
|
||||
HTTPIP string
|
||||
HTTPIP string
|
||||
HTTPPort uint
|
||||
Name string
|
||||
Name string
|
||||
}
|
||||
|
||||
// This step "types" the boot command into the VM over VNC.
|
||||
|
|
|
@ -53,5 +53,5 @@ func VersionString() string {
|
|||
}
|
||||
}
|
||||
|
||||
return versionString.String()
|
||||
return versionString.String()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue