summaryrefslogtreecommitdiff
path: root/old/apt_darwin.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 09:10:43 -0500
committerJeff Carr <[email protected]>2025-10-07 09:10:43 -0500
commit8d13cdd7c14e305f3762a9e62ff35c601c1c6ac6 (patch)
tree8436ca76870eab87da81864cec07c1e36005d166 /old/apt_darwin.go
parente9e0dd856c77ad3c2f54a53a3ca0eef23f69ede1 (diff)
more moving around of code
Diffstat (limited to 'old/apt_darwin.go')
-rw-r--r--old/apt_darwin.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/old/apt_darwin.go b/old/apt_darwin.go
deleted file mode 100644
index 0fc8e0f..0000000
--- a/old/apt_darwin.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package zoopb
-
-import (
- "go.wit.com/log"
-)
-
-// getPackageList returns the list of installed packages based on the distro
-func getPackageList(distro string) (map[string]string, error) {
- log.Info("zoopb: have not done macos yet, skipping okay")
- return nil, nil
-}