diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 09:01:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 09:01:54 -0500 |
| commit | d110888f81e357010b71a0a0286ba298fcd452c5 (patch) | |
| tree | 1905eb28f1da7217b6e7217713bf97dc71b0b90f /apt_darwin.go | |
| parent | 920eb20a447e1b6c08f433ac1857263dc21da41d (diff) | |
moved to go.wit.com/lib/debian
Diffstat (limited to 'apt_darwin.go')
| -rw-r--r-- | apt_darwin.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/apt_darwin.go b/apt_darwin.go deleted file mode 100644 index 0fc8e0f..0000000 --- a/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 -} |
