summaryrefslogtreecommitdiff
path: root/apt_darwin.go
blob: 0fc8e0fc6a18c5f6ae377badc294fc86a6377a8f (plain)
1
2
3
4
5
6
7
8
9
10
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
}