Golang doesn't use C-style comments
This commit is contained in:
parent
bb1aed5264
commit
d57842e06d
|
@ -79,7 +79,7 @@ type guestOSTypeConfig struct {
|
||||||
modulePathJoiner string
|
modulePathJoiner string
|
||||||
}
|
}
|
||||||
|
|
||||||
#FIXME assumes both Packer host and target are same OS
|
// FIXME assumes both Packer host and target are same OS
|
||||||
var guestOSTypeConfigs = map[string]guestOSTypeConfig{
|
var guestOSTypeConfigs = map[string]guestOSTypeConfig{
|
||||||
provisioner.UnixOSType: {
|
provisioner.UnixOSType: {
|
||||||
tempDir: "/tmp",
|
tempDir: "/tmp",
|
||||||
|
|
|
@ -69,7 +69,7 @@ type guestOSTypeConfig struct {
|
||||||
facterVarsJoiner string
|
facterVarsJoiner string
|
||||||
}
|
}
|
||||||
|
|
||||||
#FIXME assumes both Packer host and target are same OS
|
// FIXME assumes both Packer host and target are same OS
|
||||||
var guestOSTypeConfigs = map[string]guestOSTypeConfig{
|
var guestOSTypeConfigs = map[string]guestOSTypeConfig{
|
||||||
provisioner.UnixOSType: {
|
provisioner.UnixOSType: {
|
||||||
tempDir: "/tmp",
|
tempDir: "/tmp",
|
||||||
|
|
Loading…
Reference in New Issue