Golang doesn't use C-style comments

This commit is contained in:
Matthew Patton 2018-04-27 22:44:16 -04:00
parent bb1aed5264
commit d57842e06d
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ type guestOSTypeConfig struct {
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{
provisioner.UnixOSType: {
tempDir: "/tmp",

View File

@ -69,7 +69,7 @@ type guestOSTypeConfig struct {
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{
provisioner.UnixOSType: {
tempDir: "/tmp",