summaryrefslogtreecommitdiff
path: root/print.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 09:01:54 -0500
committerJeff Carr <[email protected]>2025-10-07 09:01:54 -0500
commitd110888f81e357010b71a0a0286ba298fcd452c5 (patch)
tree1905eb28f1da7217b6e7217713bf97dc71b0b90f /print.go
parent920eb20a447e1b6c08f433ac1857263dc21da41d (diff)
moved to go.wit.com/lib/debian
Diffstat (limited to 'print.go')
-rw-r--r--print.go13
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)
-}