diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 09:01:45 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 09:01:45 -0500 |
| commit | e9e0dd856c77ad3c2f54a53a3ca0eef23f69ede1 (patch) | |
| tree | f1f5bc8001b64f5527c3f84b318e4a99c7678340 /old/apt_darwin.go | |
| parent | f46ce34f817930945fd5de53a8cdf4a10b62bded (diff) | |
new package
Diffstat (limited to 'old/apt_darwin.go')
| -rw-r--r-- | old/apt_darwin.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/apt_darwin.go b/old/apt_darwin.go new file mode 100644 index 0000000..0fc8e0f --- /dev/null +++ b/old/apt_darwin.go @@ -0,0 +1,11 @@ +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 +} |
