1 2 3 4 5 6 7
package zoopb // simple memory and cpu count func (me *Machine) osGetMemory() { me.Memory = int64(1024 * 1024) me.Cpus = int64(1) }