summaryrefslogtreecommitdiff
path: root/old/apt_darwin.go
diff options
context:
space:
mode:
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
-}