notification_darwin.go

1//go:build darwin
2
3package notification
4
5// notificationIcon is empty on darwin because icon support is broken.
6var notificationIcon interface{} = ""