summaryrefslogtreecommitdiff
path: root/hw.go
diff options
context:
space:
mode:
Diffstat (limited to 'hw.go')
-rw-r--r--hw.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/hw.go b/hw.go
new file mode 100644
index 0000000..d64cf5f
--- /dev/null
+++ b/hw.go
@@ -0,0 +1,6 @@
+package zoopb
+
+// init the installed package list
+func (me *Machine) getMemory() {
+ me.osGetMemory()
+}