summaryrefslogtreecommitdiff
path: root/hw.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 /hw.go
parent920eb20a447e1b6c08f433ac1857263dc21da41d (diff)
moved to go.wit.com/lib/debian
Diffstat (limited to 'hw.go')
-rw-r--r--hw.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw.go b/hw.go
deleted file mode 100644
index d64cf5f..0000000
--- a/hw.go
+++ /dev/null
@@ -1,6 +0,0 @@
-package zoopb
-
-// init the installed package list
-func (me *Machine) getMemory() {
- me.osGetMemory()
-}