From 1c18f171c1bc9f6de5f7ce3d781e342ee85fe62c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 2 Dec 2024 10:53:50 -0600 Subject: stub in windows and darwin files. golang is neat --- apt_darwin.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apt_darwin.go (limited to 'apt_darwin.go') diff --git a/apt_darwin.go b/apt_darwin.go new file mode 100644 index 0000000..0fc8e0f --- /dev/null +++ b/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 +} -- cgit v1.2.3