fix struct comment for generation

pull/9842/head
Megan Marsh 6 years ago
parent 9156563314
commit ca650c9602

@ -13,7 +13,7 @@ import (
)
type HardwareConfig struct {
// Number of CPU sockets.
// Number of CPU cores.
CPUs int32 `mapstructure:"CPUs"`
// Number of CPU cores per socket.
CpuCores int32 `mapstructure:"cpu_cores"`

Loading…
Cancel
Save