This commit is contained in:
Mitchell Hashimoto 2014-01-19 19:30:11 -08:00
parent ebd2407890
commit 430963f400
4 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

@ -53,5 +53,5 @@ func VersionString() string {
}
}
return versionString.String()
return versionString.String()
}