diff options
Diffstat (limited to 'print.go')
| -rw-r--r-- | print.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/print.go b/print.go deleted file mode 100644 index a5f0092..0000000 --- a/print.go +++ /dev/null @@ -1,13 +0,0 @@ -package zoopb - -import "go.wit.com/log" - -// init the installed package list -func (m *Machine) Dump() { - log.Infof("mem=%d cpus=%d\n", m.Memory, m.Cpus) - - // totalMemGB := float64(sysInfo.Totalram) * float64(sysInfo.Unit) / (1024 * 1024 * 1024) - // Print results - // fmt.Printf("Total Memory: %.2f GB\n", totalMemGB) - // fmt.Printf("Number of CPUs: %d\n", numCPUs) -} |
