//go:build linux || darwin // +build linux darwin package packagemanager func platformInfoWin() (*OS, error) { return nil, nil }