1 2 3 4 5
package virtbuf func (x *Hypervisor) SetMemory(gb int) { x.Memory = int64(gb * 1024 * 1024 * 1024) }